Home
last modified time | relevance | path

Searched refs:my_identity_address (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/security/
Dpairing_handler_le.cc345 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()
Dinitial_informations.h82 hci::AddressWithType my_identity_address; member
Dpairing_handler_le_unittest.cc137 .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/
Dpairing_handler_le_pair_test.cc178 .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/
Dsecurity_manager_impl.cc533 .my_identity_address = local_identity_address_, in OnSmpCommandLe()
605 .my_identity_address = local_identity_address_, in ConnectionIsReadyStartPairing()