Searched refs:my_connection_address (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/security/ |
D | pairing_handler_le_legacy.cc | 143 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 144 i.my_connection_address.GetAddress().data(), in DoLegacyStage2() 177 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 178 i.my_connection_address.GetAddress().data(), in DoLegacyStage2() 201 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 202 i.my_connection_address.GetAddress().data()); in DoLegacyStage2() 228 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 229 i.my_connection_address.GetAddress().data()); in DoLegacyStage2()
|
D | pairing_handler_le_unittest.cc | 136 .my_connection_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS}, 242 memcpy(a, initial_informations.my_connection_address.GetAddress().data(), hci::Address::kLength); in TEST_F() 243 a[6] = (uint8_t)initial_informations.my_connection_address.GetAddressType(); in TEST_F() 276 .my_connection_address = hci::AddressWithType(), 318 .my_connection_address = hci::AddressWithType(),
|
D | initial_informations.h | 80 hci::AddressWithType my_connection_address; member
|
D | pairing_handler_le_secure_connections.cc | 147 memcpy(a, i.my_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 148 a[6] = (uint8_t)i.my_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 154 memcpy(b, i.my_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 155 b[6] = (uint8_t)i.my_connection_address.GetAddressType(); in DoSecureConnectionsStage2()
|
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 177 .my_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in SetUp() 202 .my_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in SetUp() 369 .my_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in TEST_F() 391 .my_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in TEST_F()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 532 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe() 604 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()
|