Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/types/test/
Dble_address_with_type_unittest.cc28 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/
Dble_address_with_type.h26 #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/
Dstack_smp_test.cc174 *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/
Dhelpers.h66 } else if (legacy_type == BLE_ADDR_RANDOM) { in ToAddressWithType()
92 legacy_address_with_type.type = BLE_ADDR_RANDOM; in ToLegacyAddressWithType()
Dle_scanning_manager.cc387 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in StartSync()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py221 BLE_ADDR_RANDOM = 0x01 variable in BleAddressType
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc314 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()
Dbtif_dm.cc886 .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/
Dbtm_ble_addr.cc283 bool addr_is_rpa = (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
Dbtm_ble_gap.cc752 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()
Dbtm_dev.cc798 .type = BLE_ADDR_RANDOM, in BTM_Sec_GetAddressWithType()
Dbtm_ble_sec.cc1584 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/
Dras_server.cc282 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()
Dras_client.cc744 ble_bd_addr.type = BLE_ADDR_RANDOM; in ResolveAddress()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc354 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
Dbta_dm_device_search.cc466 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py516 elif scan_result['addr_type'] == floss_enums.BleAddressType.BLE_ADDR_RANDOM:
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp86 #define BLE_ADDR_RANDOM 0x01 macro
1165 if (addr_type == BLE_ADDR_RANDOM) { in createBondNative()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2017 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in acl_refresh_remote_address()