Searched defs:peer_type (Results 1 – 2 of 2) sorted by relevance
116 hci::AddressType peer_type = static_cast<hci::AddressType>(request->type()); in CreateBond() local129 hci::AddressType peer_type = static_cast<hci::AddressType>(request->address().type()); in CreateBondOutOfBand() local173 hci::AddressType peer_type = static_cast<hci::AddressType>(request->type()); in CreateBondLe() local186 hci::AddressType peer_type = hci::AddressType::PUBLIC_DEVICE_ADDRESS; in CancelBond() local199 hci::AddressType peer_type = hci::AddressType::PUBLIC_DEVICE_ADDRESS; in RemoveBond() local424 hci::AddressType peer_type = static_cast<hci::AddressType>(request->address().type()); in EnforceSecurityPolicy() local460 hci::AddressType peer_type = static_cast<hci::AddressType>(request->address().type()); in SetOutOfBandData() local
58 …def __init__(self, handle, acl_stream, device, peer, peer_type, peer_resolvable, local_resolvable): argument