Searched refs:target_address (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/ |
D | BV_19_C.py | 36 target_address: Optional[Address] 70 …async def steps_1_6(self, duration: int, advertising_event_properties: int, target_address: Option… 132 destination_address=target_address or Address(), 139 destination_address=target_address or Address(), 144 directed=not target_address is None, 174 if target_address and target_address != controller.address: 191 directed=not target_address is None, 204 … if not target_address else hci.DirectAdvertisingAddressType.PUBLIC_DEVICE_ADDRESS, 205 direct_address=target_address or Address(),
|
D | BV_20_C.py | 34 target_address: Optional[Address] 71 async def steps_2_8(self, advertising_event_properties: int, target_address: Optional[Address], 130 destination_address=target_address or Address(), 137 destination_address=target_address or Address(), 142 directed=not target_address is None, 166 if target_address and target_address != controller.address: 176 directed=not target_address is None, 189 … if not target_address else hci.DirectAdvertisingAddressType.PUBLIC_DEVICE_ADDRESS, 190 direct_address=target_address or Address(),
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | le_advertiser.cc | 252 legacy_advertiser_.target_address = in LeSetAdvertisingEnable() 275 legacy_advertiser_.target_address = in LeSetAdvertisingEnable() 1162 advertiser.target_address = in LeSetExtendedAdvertisingEnable() 1703 legacy_advertiser_.target_address.GetAddress(), in LeAdvertising() 1707 legacy_advertiser_.target_address.GetAddressType()), in LeAdvertising() 1824 advertiser.target_address.GetAddress(), in LeAdvertising() 1828 advertiser.target_address.GetAddressType()), in LeAdvertising() 1835 advertiser.target_address.GetAddress(), in LeAdvertising() 1839 advertiser.target_address.GetAddressType()), in LeAdvertising()
|
D | le_advertiser.h | 50 AddressWithType GetTargetAddress() const { return target_address; } in GetTargetAddress() 56 AddressWithType target_address{Address::kEmpty,
|
D | link_layer_controller.cc | 2900 AddressWithType target_address{ in ScanIncomingLeLegacyAdvertisingPdu() local 2967 if (!ValidateTargetA(target_address, resolved_advertising_address)) { in ScanIncomingLeLegacyAdvertisingPdu() 2972 target_address); in ScanIncomingLeLegacyAdvertisingPdu() 2983 if (!IsLocalPublicOrRandomAddress(target_address) && in ScanIncomingLeLegacyAdvertisingPdu() 2984 !target_address.IsRpa()) { in ScanIncomingLeLegacyAdvertisingPdu() 2989 target_address); in ScanIncomingLeLegacyAdvertisingPdu() 2993 target_address.IsRpa() && in ScanIncomingLeLegacyAdvertisingPdu() 2994 !ResolveTargetA(target_address, resolved_advertising_address); in ScanIncomingLeLegacyAdvertisingPdu() 3022 response.direct_address_ = target_address.GetAddress(); in ScanIncomingLeLegacyAdvertisingPdu() 3083 target_address.GetAddressType()); in ScanIncomingLeLegacyAdvertisingPdu() [all …]
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager.cc | 720 bool is_bonded(Address target_address) { in is_bonded() 722 if (device.GetAddress() == target_address) { in is_bonded()
|