Home
last modified time | relevance | path

Searched defs:random_address (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/gatt/
Dgatt_connect_low_layer_test.py69 def _set_cert_privacy_policy_with_random_address(self, random_address): argument
77 def _start_cert_advertising_with_random_address(self, device_name, random_address): argument
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dle_advertiser.cc184 AddressWithType random_address{random_address_, in LeSetAdvertisingEnable() local
282 uint8_t advertising_handle, Address random_address) { in LeSetAdvertisingSetRandomAddress()
1085 AddressWithType random_address{ in LeSetExtendedAdvertisingEnable() local
Dlink_layer_controller.cc274 ErrorCode LinkLayerController::LeSetRandomAddress(Address random_address) { in LeSetRandomAddress()
3265 AddressWithType random_address{random_address_, in ScanIncomingLeLegacyAdvertisingPdu() local
3420 AddressWithType random_address{random_address_, in ConnectIncomingLeLegacyAdvertisingPdu() local
3705 AddressWithType random_address{random_address_, in ScanIncomingLeExtendedAdvertisingPdu() local
3858 AddressWithType random_address{random_address_, in ConnectIncomingLeExtendedAdvertisingPdu() local
/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc225 auto random_address = AddressWithType(address, AddressType::RANDOM_DEVICE_ADDRESS); in NewResolvableAddress() local
232 auto random_address = AddressWithType(address, AddressType::RANDOM_DEVICE_ADDRESS); in NewNonResolvableAddress() local
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/hci/
Dle_advanced_scanning_test.py50 def _set_cert_privacy_policy_with_random_address(self, random_address): argument
/packages/modules/Bluetooth/system/stack/btm/
Dble_advertiser_hci_interface.cc217 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress()
444 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress()
620 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress()