Searched refs:identity_address (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 347 std::optional<hci::AddressWithType> identity_address; in ReceiveKeys() local 391 …identity_address = hci::AddressWithType(iapacketview.GetBdAddr(), iapacketview.GetAddrType() == Ad… in ReceiveKeys() 410 .identity_address = identity_address, in ReceiveKeys() 416 std::array<uint8_t, 8> rand, Octet16 irk, Address identity_address, in SendKeys() argument 429 …dL2capPacket(i, IdentityAddressInformationBuilder::Create(identity_addres_type, identity_address)); in SendKeys()
|
D | initial_informations.h | 45 std::optional<hci::AddressWithType> identity_address; member
|
D | pairing_handler_le.h | 223 … std::array<uint8_t, 8> rand, Octet16 irk, Address identity_address, AddrType identity_addres_type,
|