Searched refs:remote_connection_address (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/security/ |
D | pairing_handler_le_legacy.cc | 98 ConfirmationData data(i.remote_connection_address, i.remote_name, passkey); in LegacyPasskeyEntry() 102 ConfirmationData data(i.remote_connection_address, i.remote_name); in LegacyPasskeyEntry() 147 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 148 i.remote_connection_address.GetAddress().data()); in DoLegacyStage2() 181 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 182 i.remote_connection_address.GetAddress().data()); in DoLegacyStage2() 201 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 202 i.remote_connection_address.GetAddress().data(), in DoLegacyStage2() 228 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 229 i.remote_connection_address.GetAddress().data(), in DoLegacyStage2()
|
D | pairing_handler_le_secure_connections.cc | 151 memcpy(b, i.remote_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 152 b[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 154 memcpy(a, i.remote_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 155 a[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 298 ConfirmationData data(i.remote_connection_address, i.remote_name, passkey); in SecureConnectionsPasskeyEntry() 302 ConfirmationData data(i.remote_connection_address, i.remote_name); in SecureConnectionsPasskeyEntry() 419 ConfirmationData data(i.remote_connection_address, i.remote_name, number_to_display); in SecureConnectionsNumericComparison()
|
D | pairing_handler_le_unittest.cc | 149 .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(),
|
D | initial_informations.h | 98 hci::AddressWithType remote_connection_address; member
|
D | pairing_handler_le.cc | 41 i.remote_connection_address, i.remote_name)); in PairingMain() 210 .connection_address = i.remote_connection_address, in PairingMain()
|
/packages/modules/Bluetooth/system/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 190 .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()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 544 .remote_connection_address = channel->GetDevice(), in OnSmpCommandLe() 616 .remote_connection_address = channel->GetDevice(), in ConnectionIsReadyStartPairing()
|