Searched refs:my_connection_address (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/ |
D | pairing_handler_le_legacy.cc | 148 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 149 i.my_connection_address.GetAddress().data(), in DoLegacyStage2() 183 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 184 i.my_connection_address.GetAddress().data(), in DoLegacyStage2() 207 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 208 i.my_connection_address.GetAddress().data()); in DoLegacyStage2() 234 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 235 i.my_connection_address.GetAddress().data()); in DoLegacyStage2()
|
D | pairing_handler_le_unittest.cc | 139 .my_connection_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS}, 245 memcpy(a, initial_informations.my_connection_address.GetAddress().data(), hci::Address::kLength); in TEST_F() 246 a[6] = (uint8_t)initial_informations.my_connection_address.GetAddressType(); in TEST_F() 279 .my_connection_address = hci::AddressWithType(), 321 .my_connection_address = hci::AddressWithType(),
|
D | pairing_handler_le_secure_connections.cc | 153 memcpy(a, i.my_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 154 a[6] = (uint8_t)i.my_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 160 memcpy(b, i.my_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 161 b[6] = (uint8_t)i.my_connection_address.GetAddressType(); in DoSecureConnectionsStage2()
|
D | initial_informations.h | 76 hci::AddressWithType my_connection_address; member
|
/packages/modules/Bluetooth/system/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 181 .my_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in SetUp() 206 .my_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in SetUp() 379 .my_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in TEST_F() 401 .my_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in TEST_F()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 548 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe() 620 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()
|