Searched refs:GenerateResolvablePrivateAddress (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | le_advertiser.cc | 197 GenerateResolvablePrivateAddress(peer_address, IrkSelection::Local); in LeSetAdvertisingEnable() 269 GenerateResolvablePrivateAddress(peer_address, IrkSelection::Peer); in LeSetAdvertisingEnable() 1045 GenerateResolvablePrivateAddress(peer_address, IrkSelection::Local); in LeSetExtendedAdvertisingEnable() 1103 advertiser.target_address = GenerateResolvablePrivateAddress(peer_address, IrkSelection::Peer) in LeSetExtendedAdvertisingEnable()
|
D | link_layer_controller.cc | 259 std::optional<AddressWithType> LinkLayerController::GenerateResolvablePrivateAddress( in GenerateResolvablePrivateAddress() function in rootcanal::LinkLayerController 1585 !GenerateResolvablePrivateAddress(peer_address, IrkSelection::Local) && in LeCreateConnection() 1807 !GenerateResolvablePrivateAddress(peer_address, IrkSelection::Local) && in LeExtendedCreateConnection() 2963 GenerateResolvablePrivateAddress(resolved_advertising_address, IrkSelection::Local); in ScanIncomingLeLegacyAdvertisingPdu() 3112 GenerateResolvablePrivateAddress(resolved_advertising_address, IrkSelection::Local); in ConnectIncomingLeLegacyAdvertisingPdu() 3387 GenerateResolvablePrivateAddress(resolved_advertising_address, IrkSelection::Local); in ScanIncomingLeExtendedAdvertisingPdu() 3533 GenerateResolvablePrivateAddress(resolved_advertising_address, IrkSelection::Local); in ConnectIncomingLeExtendedAdvertisingPdu()
|
D | link_layer_controller.h | 228 std::optional<AddressWithType> GenerateResolvablePrivateAddress(AddressWithType address,
|