Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc353 Address my_identity_address = i.my_identity_address.GetAddress(); in DistributeKeys() local
355 static_cast<bluetooth::security::AddrType>(i.my_identity_address.GetAddressType()); in DistributeKeys()
365 …SendKeys(i, keys_i_send, my_ltk, my_ediv, my_rand, my_irk, my_identity_address, my_identity_addres… in DistributeKeys()
374 …SendKeys(i, keys_i_send, my_ltk, my_ediv, my_rand, my_irk, my_identity_address, my_identity_addres… in DistributeKeys()
Dpairing_handler_le_unittest.cc140 .my_identity_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS},
280 .my_identity_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS},
322 .my_identity_address = {{}, hci::AddressType::PUBLIC_DEVICE_ADDRESS},
Dinitial_informations.h78 hci::AddressWithType my_identity_address; member
/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc182 .my_identity_address = {IDENTITY_ADDRESS_CENTRAL, IDENTITY_ADDRESS_TYPE_CENTRAL}, in SetUp()
207 .my_identity_address = {IDENTITY_ADDRESS_PERIPHERAL, IDENTITY_ADDRESS_TYPE_PERIPHERAL}, in SetUp()
380 .my_identity_address = {IDENTITY_ADDRESS_CENTRAL, IDENTITY_ADDRESS_TYPE_CENTRAL}, in TEST_F()
402 .my_identity_address = {IDENTITY_ADDRESS_PERIPHERAL, IDENTITY_ADDRESS_TYPE_PERIPHERAL}, in TEST_F()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc549 .my_identity_address = local_identity_address_, in OnSmpCommandLe()
621 .my_identity_address = local_identity_address_, in ConnectionIsReadyStartPairing()