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.cc143 (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()
Dpairing_handler_le_unittest.cc136 .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(),
Dinitial_informations.h80 hci::AddressWithType my_connection_address; member
Dpairing_handler_le_secure_connections.cc147 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/
Dpairing_handler_le_pair_test.cc177 .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/
Dsecurity_manager_impl.cc532 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()
604 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()