/packages/modules/Bluetooth/system/types/test/ |
D | ble_address_with_type_unittest.cc | 28 case BLE_ADDR_RANDOM: in TEST() 52 {BLE_ADDR_PUBLIC, 0}, {BLE_ADDR_RANDOM, 1}, {BLE_ADDR_PUBLIC_ID, 2}, in TEST() 79 ASSERT_TRUE(type == BLE_ADDR_RANDOM); in TEST() 119 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() 81 constexpr uint8_t kBleAddressRandomDevice = BLE_ADDR_RANDOM;
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_smp_test.cc | 174 *p_addr_type = BLE_ADDR_RANDOM; in TEST_F() 208 *p_addr_type = BLE_ADDR_RANDOM; in TEST_F() 253 *p_addr_type = BLE_ADDR_RANDOM; in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | helpers.h | 66 } else if (legacy_type == BLE_ADDR_RANDOM) { in ToAddressWithType() 92 legacy_address_with_type.type = BLE_ADDR_RANDOM; in ToLegacyAddressWithType()
|
D | le_scanning_manager.cc | 387 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 | 314 if (addr_type == BLE_ADDR_RANDOM) { in btif_gattc_open_impl() 331 if (!bluetooth::shim::GetController()->SupportsBlePrivacy() && (addr_type == BLE_ADDR_RANDOM) && in btif_gattc_open_impl() 359 transport = (addr_type == BLE_ADDR_RANDOM) ? BT_TRANSPORT_LE : BT_TRANSPORT_BR_EDR; in btif_gattc_open_impl()
|
D | btif_dm.cc | 886 .type = BLE_ADDR_RANDOM, in btif_dm_get_connection_state_sync() 1251 if (addr_type == BLE_ADDR_RANDOM) { in btif_dm_auth_cmpl_evt() 1284 if (addr_type == BLE_ADDR_RANDOM) { in btif_dm_auth_cmpl_evt() 2529 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btif_dm_create_bond_out_of_band() 3153 parameters.own_address_type = BLE_ADDR_RANDOM; in id_status_callback()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_addr.cc | 283 bool addr_is_rpa = (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
|
D | btm_ble_gap.cc | 752 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy() 760 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleConfigPrivacy() 861 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btm_ble_start_sync_request() 1170 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr() 1175 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr() 1941 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
|
D | btm_dev.cc | 798 .type = BLE_ADDR_RANDOM, in BTM_Sec_GetAddressWithType()
|
D | btm_ble_sec.cc | 1584 if (p_dev_rec->ble.AddressType() == BLE_ADDR_RANDOM) { in btm_ble_connected() 2105 *p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 282 ble_identity_bd_addr.type = BLE_ADDR_RANDOM; in NotifyRasServerDisconnected() 546 ble_bd_addr.type = BLE_ADDR_RANDOM; in WriteVendorSpecificCharacteristic() 761 ble_bd_addr.type = BLE_ADDR_RANDOM; in ResolveAddress()
|
D | ras_client.cc | 744 ble_bd_addr.type = BLE_ADDR_RANDOM; in ResolveAddress()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_disc.cc | 354 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
|
D | bta_dm_device_search.cc | 466 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 | 86 #define BLE_ADDR_RANDOM 0x01 macro 1165 if (addr_type == BLE_ADDR_RANDOM) { in createBondNative()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2017 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in acl_refresh_remote_address()
|