/packages/modules/Bluetooth/system/types/test/ |
D | ble_address_with_type_unittest.cc | 29 case BLE_ADDR_RANDOM: in TEST() 53 {BLE_ADDR_PUBLIC, 0}, {BLE_ADDR_RANDOM, 1}, in TEST() 81 ASSERT_TRUE(type == BLE_ADDR_RANDOM); in TEST() 124 BLE_ADDR_TYPE_TO_STREAM(p, BLE_ADDR_RANDOM); in TEST()
|
/packages/modules/Bluetooth/system/types/ |
D | ble_address_with_type.h | 26 #define BLE_ADDR_RANDOM 0x01 macro 36 case BLE_ADDR_RANDOM: in AddressTypeText() 56 case BLE_ADDR_RANDOM: in is_ble_addr_type_known() 85 constexpr uint8_t kBleAddressRandomDevice = BLE_ADDR_RANDOM;
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_smp_test.cc | 214 *p_addr_type = BLE_ADDR_RANDOM; in TEST_F() 250 *p_addr_type = BLE_ADDR_RANDOM; in TEST_F() 297 *p_addr_type = BLE_ADDR_RANDOM; in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | helpers.h | 67 else if (legacy_type == BLE_ADDR_RANDOM) in ToAddressWithType() 98 legacy_address_with_type.type = BLE_ADDR_RANDOM; in ToLegacyAddressWithType()
|
D | le_scanning_manager.cc | 429 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in StartSync()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 221 BLE_ADDR_RANDOM = 0x01 variable in BleAddressType
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 299 if (addr_type == BLE_ADDR_RANDOM) { in btif_gattc_open_impl() 318 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl() 343 if (addr_type == BLE_ADDR_RANDOM) in btif_gattc_open_impl()
|
D | btif_dm.cc | 949 .type = BLE_ADDR_RANDOM, in btif_dm_get_connection_state_sync() 1329 if (addr_type == BLE_ADDR_RANDOM) { in btif_dm_auth_cmpl_evt() 1363 if (addr_type == BLE_ADDR_RANDOM) { in btif_dm_auth_cmpl_evt() 2686 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btif_dm_create_bond_out_of_band() 3342 parameters.own_address_type = BLE_ADDR_RANDOM; in id_status_callback()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_gap.cc | 804 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy() 811 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy() 916 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btm_ble_start_sync_request() 1237 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr() 1244 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr() 2078 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result() 2099 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
|
D | btm_ble_addr.cc | 285 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
|
D | btm_dev.cc | 738 .type = BLE_ADDR_RANDOM, in BTM_Sec_GetAddressWithType()
|
D | btm_ble_sec.cc | 1541 if (p_dev_rec->ble.AddressType() == BLE_ADDR_RANDOM) { in btm_ble_connected() 1960 *p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 500 ble_bd_addr.type = BLE_ADDR_RANDOM; in WriteVendorSpecificCharacteristic() 698 ble_bd_addr.type = BLE_ADDR_RANDOM; in ResolveAddress()
|
D | ras_client.cc | 535 ble_bd_addr.type = BLE_ADDR_RANDOM; in ResolveAddress()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_device_search.cc | 513 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
|
D | bta_dm_disc.cc | 409 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
|
D | bta_dm_disc_legacy.cc | 1204 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 516 elif scan_result['addr_type'] == floss_enums.BleAddressType.BLE_ADDR_RANDOM:
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 65 #define BLE_ADDR_RANDOM 0x01 macro 1148 if (addr_type == BLE_ADDR_RANDOM) { in createBondNative()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2105 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in acl_refresh_remote_address()
|