Lines Matching defs:peer
51 hci::Address peer; in CreateBond() local
60 hci::Address peer; in CreateBondLe() local
69 hci::Address peer; in CancelBond() local
78 hci::Address peer; in RemoveBond() local
92 hci::Address peer; in SendUiCallback() local
214 hci::Address peer; in EnforceSecurityPolicy() local
248 hci::Address peer; in SetOutOfBandData() local
267 void DisplayPairingPrompt(const bluetooth::hci::AddressWithType& peer, std::string name) { in DisplayPairingPrompt()
277 virtual void DisplayConfirmValue(const bluetooth::hci::AddressWithType& peer, std::string name, in DisplayConfirmValue()
289 void DisplayYesNoDialog(const bluetooth::hci::AddressWithType& peer, std::string name) override { in DisplayYesNoDialog()
299 …void DisplayPasskey(const bluetooth::hci::AddressWithType& peer, std::string name, uint32_t passke… in DisplayPasskey()
310 …void DisplayEnterPasskeyDialog(const bluetooth::hci::AddressWithType& peer, std::string name) over… in DisplayEnterPasskeyDialog()
321 void Cancel(const bluetooth::hci::AddressWithType& peer) override { in Cancel()
331 void OnDeviceBonded(hci::AddressWithType peer) override { in OnDeviceBonded()
342 void OnDeviceUnbonded(hci::AddressWithType peer) override { in OnDeviceUnbonded()
351 void OnDeviceBondFailed(hci::AddressWithType peer) override { in OnDeviceBondFailed()