Home
last modified time | relevance | path

Searched refs:BLE_ADDR_RANDOM (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/types/
H A Dble_address_with_type.h24 #define BLE_ADDR_RANDOM 0x01 macro
34 case BLE_ADDR_RANDOM: in AddressTypeText()
53 constexpr uint8_t kBleAddressRandomDevice = BLE_ADDR_RANDOM;
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_addr.cc67 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM) { in btm_ble_refresh_raddr_timer_timeout()
90 p_cb->own_addr_type = BLE_ADDR_RANDOM; in btm_gen_resolve_paddr_low()
H A Dbtm_ble_bgconn.cc241 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
263 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
H A Dbtm_ble_gap.cc697 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy()
836 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
843 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
1665 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
H A Dbtm_ble.cc1712 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM) { in btm_ble_connected()
2120 *p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
H A Dbtm_ble_multi_adv.cc252 p_inst->own_address_type = BLE_ADDR_RANDOM; in RegisterAdvertiser()
/aosp12/system/bt/main/shim/
H A Dhelpers.h60 else if (legacy_type == BLE_ADDR_RANDOM) in ToAddressWithType()
91 legacy_address_with_type.type = BLE_ADDR_RANDOM; in ToLegacyAddressWithType()
H A Dle_scanning_manager.cc431 if ((addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) { in handle_remote_properties()
/aosp12/system/bt/stack/acl/
H A Dbtm_ble_connection_establishment.cc112 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
H A Dbtm_acl.cc2270 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in acl_refresh_remote_address()
2404 p_acl->conn_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_local_resolvable_private_addr()
2773 .type = BLE_ADDR_RANDOM, in acl_create_le_connection_with_id()
/aosp12/system/bt/btif/src/
H A Dbtif_ble_scanner.cc125 if ((addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) { in bta_scan_results_cb_impl()
H A Dbtif_gatt_client.cc309 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()
H A Dbtif_dm.cc1971 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btif_dm_create_bond_out_of_band()
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc616 bool addr_is_rpa = peer_addr_type == BLE_ADDR_RANDOM && in btu_hcif_log_command_metrics()
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc1674 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) in bta_dm_discover_device()