Home
last modified time | relevance | path

Searched refs:my_connection_address (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/security/
Dpairing_handler_le_legacy.cc142 (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()
Dpairing_handler_le_unittest.cc136 .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(),
Dinitial_informations.h75 hci::AddressWithType my_connection_address; member
Dpairing_handler_le_secure_connections.cc142 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/
Dpairing_handler_le_pair_test.cc169 .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/
Dsecurity_manager_impl.cc453 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()
523 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()