Searched refs:remote_connection_address (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/security/ |
D | pairing_handler_le_legacy.cc | 93 … i.remote_connection_address, i.remote_name, passkey)); in LegacyPasskeyEntry() 96 … common::Unretained(i.user_interface), i.remote_connection_address, in LegacyPasskeyEntry() 135 …i.my_connection_address.GetAddress().address, (uint8_t)i.remote_connection_address.GetAddressType(… in DoLegacyStage2() 136 i.remote_connection_address.GetAddress().address); in DoLegacyStage2() 164 …i.my_connection_address.GetAddress().address, (uint8_t)i.remote_connection_address.GetAddressType(… in DoLegacyStage2() 165 i.remote_connection_address.GetAddress().address); in DoLegacyStage2() 180 tk, srand, preq.data(), pres.data(), (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 181 …i.remote_connection_address.GetAddress().address, (uint8_t)i.my_connection_address.GetAddressType(… in DoLegacyStage2() 202 tk, mrand, preq.data(), pres.data(), (uint8_t)i.remote_connection_address.GetAddressType(), in DoLegacyStage2() 203 …i.remote_connection_address.GetAddress().address, (uint8_t)i.my_connection_address.GetAddressType(… in DoLegacyStage2()
|
D | pairing_handler_le_unittest.cc | 133 .remote_connection_address = {{}, hci::AddressType::RANDOM_DEVICE_ADDRESS}, 219 memcpy(b, initial_informations.remote_connection_address.GetAddress().address, 6); in TEST_F() 220 b[6] = (uint8_t)initial_informations.remote_connection_address.GetAddressType(); in TEST_F() 264 .remote_connection_address = hci::AddressWithType(), 302 .remote_connection_address = hci::AddressWithType(),
|
D | pairing_handler_le_secure_connections.cc | 139 memcpy(b, i.remote_connection_address.GetAddress().address, 6); in DoSecureConnectionsStage2() 140 b[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 142 memcpy(a, i.remote_connection_address.GetAddress().address, 6); in DoSecureConnectionsStage2() 143 a[6] = (uint8_t)i.remote_connection_address.GetAddressType(); in DoSecureConnectionsStage2() 287 … i.remote_connection_address, i.remote_name, passkey)); in SecureConnectionsPasskeyEntry() 291 … common::Unretained(i.user_interface), i.remote_connection_address, in SecureConnectionsPasskeyEntry() 408 … i.remote_connection_address, i.remote_name, number_to_display)); in SecureConnectionsNumericComparison()
|
D | initial_informations.h | 83 hci::AddressWithType remote_connection_address; member
|
D | pairing_handler_le.cc | 30 i.remote_connection_address, i.remote_name)); in PairingMain() 167 .connection_address = i.remote_connection_address, in PairingMain()
|
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 180 .remote_connection_address = {ADDRESS_SLAVE, ADDRESS_TYPE_SLAVE}, in SetUp() 201 .remote_connection_address = {ADDRESS_MASTER, ADDRESS_TYPE_MASTER}, in SetUp() 349 .remote_connection_address = {ADDRESS_SLAVE, ADDRESS_TYPE_SLAVE}, in TEST_F() 369 .remote_connection_address = {ADDRESS_MASTER, ADDRESS_TYPE_MASTER}, in TEST_F()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 345 .remote_connection_address = pending_le_pairing_.channel_->GetDevice(), in OnConnectionOpenLe()
|