Searched refs:IsRpa (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | address_with_type_test.cc | 72 TEST(AddressWithTypeTest, IsRpa) { in TEST() argument 75 …Type(Address{{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, AddressType::PUBLIC_IDENTITY_ADDRESS).IsRpa()); in TEST() 79 …thType(Address{{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}, AddressType::RANDOM_DEVICE_ADDRESS).IsRpa()); in TEST() 81 …thType(Address{{0x01, 0x02, 0x03, 0x04, 0x05, 0x40}}, AddressType::RANDOM_DEVICE_ADDRESS).IsRpa()); in TEST() 83 …thType(Address{{0x01, 0x02, 0x03, 0x04, 0x05, 0x50}}, AddressType::RANDOM_DEVICE_ADDRESS).IsRpa()); in TEST() 85 …thType(Address{{0x01, 0x02, 0x03, 0x04, 0x05, 0x60}}, AddressType::RANDOM_DEVICE_ADDRESS).IsRpa()); in TEST() 87 …thType(Address{{0x01, 0x02, 0x03, 0x04, 0x05, 0x70}}, AddressType::RANDOM_DEVICE_ADDRESS).IsRpa()); in TEST() 89 …thType(Address{{0x01, 0x02, 0x03, 0x04, 0x05, 0x80}}, AddressType::RANDOM_DEVICE_ADDRESS).IsRpa()); in TEST()
|
D | address_with_type.h | 51 inline bool IsRpa() const { in IsRpa() function 57 if (!IsRpa()) return false; in IsRpaThatMatchesIrk()
|
/packages/modules/Bluetooth/tools/rootcanal/include/hci/ |
D | address_with_type.h | 50 inline bool IsRpa() const { in IsRpa() function 58 if (!IsRpa()) { in IsRpaThatMatchesIrk()
|
/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | rpa_generation_test.cc | 40 ASSERT_TRUE(rpa.IsRpa()); in TEST_F()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 212 if (!address.IsRpa()) { in ResolvePrivateAddress() 256 if (target_a.IsRpa()) { in ValidateTargetA() 2984 !target_address.IsRpa()) { in ScanIncomingLeLegacyAdvertisingPdu() 2993 target_address.IsRpa() && in ScanIncomingLeLegacyAdvertisingPdu() 3270 if (!target_address.IsRpa() && in ConnectIncomingLeLegacyAdvertisingPdu() 3477 !target_address.IsRpa()) { in ScanIncomingLeExtendedAdvertisingPdu() 3724 if (!target_address.IsRpa() && in ConnectIncomingLeExtendedAdvertisingPdu()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 163 inline bool IsRpa(const hci::AddressWithType address_with_type) { in IsRpa() function 1742 if (IsRpa(address_with_type)) { in OnLeConnectSuccess()
|