Searched refs:random_address (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/stack/btm/ |
H A D | ble_advertiser_hci_interface.cc | 214 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() argument 222 BDADDR_TO_STREAM(pp, random_address); in SetRandomAddress() 439 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() argument 446 BDADDR_TO_STREAM(pp, random_address); in SetRandomAddress() 615 void SetRandomAddress(uint8_t handle, const RawAddress& random_address, in SetRandomAddress() argument 625 BDADDR_TO_STREAM(pp, random_address); in SetRandomAddress()
|
H A D | ble_advertiser_hci_interface.h | 73 const RawAddress& random_address,
|
/aosp12/system/bt/gd/hci/cert/ |
H A D | le_advanced_scanning_test.py | 44 def set_cert_privacy_policy_with_random_address(self, random_address): argument 48 address=common.BluetoothAddress(address=bytes(random_address, encoding='utf8')),
|
/aosp12/system/bt/gd/hci/ |
H A D | le_address_manager.cc | 192 auto random_address = AddressWithType(address, AddressType::RANDOM_DEVICE_ADDRESS); in GetAnotherAddress() local 193 return random_address; in GetAnotherAddress()
|
H A D | le_advertising_manager_test.cc | 251 auto random_address = AddressWithType(address, AddressType::RANDOM_DEVICE_ADDRESS); in GetAnotherAddress() local 252 return random_address; in GetAnotherAddress()
|
H A D | hci_packets.pdl | 2893 random_address : Address, 4487 random_address : Address,
|