Searched refs:my_identity_address (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 345 Address my_identity_address = i.my_identity_address.GetAddress(); in DistributeKeys() local 347 static_cast<bluetooth::security::AddrType>(i.my_identity_address.GetAddressType()); in DistributeKeys() 357 …SendKeys(i, keys_i_send, my_ltk, my_ediv, my_rand, my_irk, my_identity_address, my_identity_addres… in DistributeKeys() 366 …SendKeys(i, keys_i_send, my_ltk, my_ediv, my_rand, my_irk, my_identity_address, my_identity_addres… in DistributeKeys()
|
D | initial_informations.h | 82 hci::AddressWithType my_identity_address; member
|
D | pairing_handler_le_unittest.cc | 137 .my_identity_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS}, 277 .my_identity_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS}, 319 .my_identity_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS},
|
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 178 .my_identity_address = {IDENTITY_ADDRESS_CENTRAL, IDENTITY_ADDRESS_TYPE_CENTRAL}, in SetUp() 203 .my_identity_address = {IDENTITY_ADDRESS_PERIPHERAL, IDENTITY_ADDRESS_TYPE_PERIPHERAL}, in SetUp() 370 .my_identity_address = {IDENTITY_ADDRESS_CENTRAL, IDENTITY_ADDRESS_TYPE_CENTRAL}, in TEST_F() 392 .my_identity_address = {IDENTITY_ADDRESS_PERIPHERAL, IDENTITY_ADDRESS_TYPE_PERIPHERAL}, in TEST_F()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 533 .my_identity_address = local_identity_address_, in OnSmpCommandLe() 605 .my_identity_address = local_identity_address_, in ConnectionIsReadyStartPairing()
|