Home
last modified time | relevance | path

Searched refs:local_irk (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/hci/
Dle_address_manager_test.cc384 …Octet16 local_irk = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,… in TEST_F() local
387 PeerAddressType::RANDOM_DEVICE_OR_IDENTITY_ADDRESS, address, peer_irk, local_irk); in TEST_F()
394 ASSERT_EQ(local_irk, packet_view.GetLocalIrk()); in TEST_F()
404 …Octet16 local_irk = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,… in TEST_F() local
407 PeerAddressType::RANDOM_DEVICE_OR_IDENTITY_ADDRESS, address, peer_irk, local_irk); in TEST_F()
426 …Octet16 local_irk = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d,… in TEST_F() local
429 PeerAddressType::RANDOM_DEVICE_OR_IDENTITY_ADDRESS, address, peer_irk, local_irk); in TEST_F()
Dacl_manager.h107 const std::array<uint8_t, 16>& local_irk);
Dle_address_manager.h84 const std::array<uint8_t, 16>& local_irk);
Dacl_manager.cc222 const std::array<uint8_t, 16>& local_irk) { in AddDeviceToResolvingList() argument
223 …(pimpl_->le_impl_, &le_impl::add_device_to_resolving_list, address_with_type, peer_irk, local_irk); in AddDeviceToResolvingList()
Dle_address_manager.cc382 const std::array<uint8_t, 16>& local_irk) { in AddDeviceToResolvingList() argument
384 peer_identity_address_type, peer_identity_address, peer_irk, local_irk); in AddDeviceToResolvingList()
Dhci_packets.pdl3315 local_irk : 8[16],
/system/bt/gd/hci/acl_manager/
Dle_impl.h388 const std::array<uint8_t, 16>& local_irk) { in add_device_to_resolving_list()
399 …dressType::PUBLIC_DEVICE_OR_IDENTITY_ADDRESS, address_with_type.GetAddress(), peer_irk, local_irk); in add_device_to_resolving_list()
404 …dressType::RANDOM_DEVICE_OR_IDENTITY_ADDRESS, address_with_type.GetAddress(), peer_irk, local_irk); in add_device_to_resolving_list()
/system/bt/stack/btm/
Dbtm_ble_privacy.cc745 const Octet16& local_irk = btm_cb.devcb.id_keys.irk; in btm_ble_resolving_list_load_dev() local
760 p_dev_rec->ble.identity_address_with_type.bda, peer_irk, local_irk); in btm_ble_resolving_list_load_dev()