Searched refs:my_connection_address (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/security/ |
D | pairing_handler_le_legacy.cc | 142 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 143 i.my_connection_address.GetAddress().data(), in DoLegacyStage2() 176 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 177 i.my_connection_address.GetAddress().data(), in DoLegacyStage2() 200 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 201 i.my_connection_address.GetAddress().data()); in DoLegacyStage2() 227 (uint8_t)i.my_connection_address.GetAddressType(), in DoLegacyStage2() 228 i.my_connection_address.GetAddress().data()); in DoLegacyStage2()
|
D | pairing_handler_le_unittest.cc | 136 .my_connection_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS}, 239 memcpy(a, initial_informations.my_connection_address.GetAddress().data(), hci::Address::kLength); in TEST_F() 240 a[6] = (uint8_t)initial_informations.my_connection_address.GetAddressType(); in TEST_F() 273 .my_connection_address = hci::AddressWithType(), 312 .my_connection_address = hci::AddressWithType(),
|
D | initial_informations.h | 75 hci::AddressWithType my_connection_address; member
|
D | pairing_handler_le_secure_connections.cc | 142 memcpy(a, i.my_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 143 a[6] = (uint8_t)i.my_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 149 memcpy(b, i.my_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 150 b[6] = (uint8_t)i.my_connection_address.GetAddressType(); in DoSecureConnectionsStage2()
|
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 169 .my_connection_address = {ADDRESS_MASTER, ADDRESS_TYPE_MASTER}, in SetUp() 192 .my_connection_address = {ADDRESS_SLAVE, ADDRESS_TYPE_SLAVE}, in SetUp() 340 .my_connection_address = {ADDRESS_MASTER, ADDRESS_TYPE_MASTER}, in TEST_F() 360 .my_connection_address = {ADDRESS_SLAVE, ADDRESS_TYPE_SLAVE}, in TEST_F()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 453 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe() 523 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()
|