Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le_legacy.cc148 (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()
Dpairing_handler_le_unittest.cc139 .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(),
Dpairing_handler_le_secure_connections.cc153 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()
Dinitial_informations.h76 hci::AddressWithType my_connection_address; member
/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc181 .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/
Dsecurity_manager_impl.cc548 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in OnSmpCommandLe()
620 .my_connection_address = channel->GetLinkOptions()->GetLocalAddress(), in ConnectionIsReadyStartPairing()