Home
last modified time | relevance | path

Searched refs:remote_connection_address (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/security/
Dpairing_handler_le_legacy.cc96 ConfirmationData data(i.remote_connection_address, i.remote_name, passkey); in LegacyPasskeyEntry()
100 ConfirmationData data(i.remote_connection_address, i.remote_name); in LegacyPasskeyEntry()
145 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2()
146 i.remote_connection_address.GetAddress().data()); in DoLegacyStage2()
179 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2()
180 i.remote_connection_address.GetAddress().data()); in DoLegacyStage2()
199 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2()
200 i.remote_connection_address.GetAddress().data(), in DoLegacyStage2()
226 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2()
227 i.remote_connection_address.GetAddress().data(), in DoLegacyStage2()
Dpairing_handler_le_secure_connections.cc149 memcpy(b, i.remote_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2()
150 b[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2()
152 memcpy(a, i.remote_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2()
153 a[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2()
296 ConfirmationData data(i.remote_connection_address, i.remote_name, passkey); in SecureConnectionsPasskeyEntry()
300 ConfirmationData data(i.remote_connection_address, i.remote_name); in SecureConnectionsPasskeyEntry()
417 ConfirmationData data(i.remote_connection_address, i.remote_name, number_to_display); in SecureConnectionsNumericComparison()
Dpairing_handler_le_unittest.cc149 .remote_connection_address = {{}, hci::AddressType::RANDOM_DEVICE_ADDRESS},
240 …memcpy(b, initial_informations.remote_connection_address.GetAddress().data(), hci::Address::kLengt… in TEST_F()
241 b[6] = (uint8_t)initial_informations.remote_connection_address.GetAddressType(); in TEST_F()
289 .remote_connection_address = hci::AddressWithType(),
331 .remote_connection_address = hci::AddressWithType(),
Dinitial_informations.h98 hci::AddressWithType remote_connection_address; member
Dpairing_handler_le.cc41 i.remote_connection_address, i.remote_name)); in PairingMain()
210 .connection_address = i.remote_connection_address, in PairingMain()
/system/bt/gd/security/test/
Dpairing_handler_le_pair_test.cc190 .remote_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in SetUp()
214 .remote_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in SetUp()
380 .remote_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in TEST_F()
402 .remote_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in TEST_F()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc544 .remote_connection_address = channel->GetDevice(), in OnSmpCommandLe()
616 .remote_connection_address = channel->GetDevice(), in ConnectionIsReadyStartPairing()