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 | 101 ConfirmationData data(i.remote_connection_address, i.remote_name, passkey); in LegacyPasskeyEntry() 105 ConfirmationData data(i.remote_connection_address, i.remote_name); in LegacyPasskeyEntry() 150 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 151 i.remote_connection_address.GetAddress().data()); in DoLegacyStage2() 185 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 186 i.remote_connection_address.GetAddress().data()); in DoLegacyStage2() 205 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 206 i.remote_connection_address.GetAddress().data(), in DoLegacyStage2() 232 (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 233 i.remote_connection_address.GetAddress().data(), in DoLegacyStage2()
|
D | pairing_handler_le_secure_connections.cc | 155 memcpy(b, i.remote_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 156 b[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 158 memcpy(a, i.remote_connection_address.GetAddress().data(), hci::Address::kLength); in DoSecureConnectionsStage2() 159 a[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 302 ConfirmationData data(i.remote_connection_address, i.remote_name, passkey); in SecureConnectionsPasskeyEntry() 306 ConfirmationData data(i.remote_connection_address, i.remote_name); in SecureConnectionsPasskeyEntry() 423 ConfirmationData data(i.remote_connection_address, i.remote_name, number_to_display); in SecureConnectionsNumericComparison()
|
D | pairing_handler_le_unittest.cc | 152 .remote_connection_address = {{}, hci::AddressType::RANDOM_DEVICE_ADDRESS}, 243 …memcpy(b, initial_informations.remote_connection_address.GetAddress().data(), hci::Address::kLengt… in TEST_F() 244 b[6] = (uint8_t)initial_informations.remote_connection_address.GetAddressType(); in TEST_F() 292 .remote_connection_address = hci::AddressWithType(), 334 .remote_connection_address = hci::AddressWithType(),
|
D | initial_informations.h | 94 hci::AddressWithType remote_connection_address; member
|
D | pairing_handler_le.cc | 46 i.remote_connection_address, i.remote_name)); in PairingMain() 215 .connection_address = i.remote_connection_address, in PairingMain()
|
/packages/modules/Bluetooth/system/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 194 .remote_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in SetUp() 218 .remote_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in SetUp() 390 .remote_connection_address = {ADDRESS_PERIPHERAL, ADDRESS_TYPE_PERIPHERAL}, in TEST_F() 412 .remote_connection_address = {ADDRESS_CENTRAL, ADDRESS_TYPE_CENTRAL}, in TEST_F()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 560 .remote_connection_address = channel->GetDevice(), in OnSmpCommandLe() 632 .remote_connection_address = channel->GetDevice(), in ConnectionIsReadyStartPairing()
|