Home
last modified time | relevance | path

Searched defs:peer_type (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc116 hci::AddressType peer_type = static_cast<hci::AddressType>(request->type()); in CreateBond() local
129 hci::AddressType peer_type = static_cast<hci::AddressType>(request->address().type()); in CreateBondOutOfBand() local
173 hci::AddressType peer_type = static_cast<hci::AddressType>(request->type()); in CreateBondLe() local
186 hci::AddressType peer_type = hci::AddressType::PUBLIC_DEVICE_ADDRESS; in CancelBond() local
199 hci::AddressType peer_type = hci::AddressType::PUBLIC_DEVICE_ADDRESS; in RemoveBond() local
424 hci::AddressType peer_type = static_cast<hci::AddressType>(request->address().type()); in EnforceSecurityPolicy() local
460 hci::AddressType peer_type = static_cast<hci::AddressType>(request->address().type()); in SetOutOfBandData() local
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py58 …def __init__(self, handle, acl_stream, device, peer, peer_type, peer_resolvable, local_resolvable): argument