Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/types/test/
Dble_address_with_type_unittest.cc29 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/
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()
85 constexpr uint8_t kBleAddressRandomDevice = BLE_ADDR_RANDOM;
/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc214 *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/
Dhelpers.h67 else if (legacy_type == BLE_ADDR_RANDOM) in ToAddressWithType()
98 legacy_address_with_type.type = BLE_ADDR_RANDOM; in ToLegacyAddressWithType()
Dle_scanning_manager.cc429 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.cc299 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()
Dbtif_dm.cc949 .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/
Dbtm_ble_gap.cc804 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()
Dbtm_ble_addr.cc285 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
Dbtm_dev.cc738 .type = BLE_ADDR_RANDOM, in BTM_Sec_GetAddressWithType()
Dbtm_ble_sec.cc1541 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/
Dras_server.cc500 ble_bd_addr.type = BLE_ADDR_RANDOM; in WriteVendorSpecificCharacteristic()
698 ble_bd_addr.type = BLE_ADDR_RANDOM; in ResolveAddress()
Dras_client.cc535 ble_bd_addr.type = BLE_ADDR_RANDOM; in ResolveAddress()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_device_search.cc513 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
Dbta_dm_disc.cc409 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_determine_discovery_transport()
Dbta_dm_disc_legacy.cc1204 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.cpp65 #define BLE_ADDR_RANDOM 0x01 macro
1148 if (addr_type == BLE_ADDR_RANDOM) { in createBondNative()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2105 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in acl_refresh_remote_address()