Lines Matching defs:peer
109 hci::Address peer; in CreateBond() local
118 hci::Address peer; in CreateBondOutOfBand() local
160 hci::Address peer; in CreateBondLe() local
171 hci::Address peer; in CancelBond() local
182 hci::Address peer; in RemoveBond() local
196 hci::Address peer; in SendUiCallback() local
385 hci::Address peer; in EnforceSecurityPolicy() local
415 hci::Address peer; in SetOutOfBandData() local
451 bluetooth::hci::AddressWithType peer; in OobDataEventOccurred() local
476 void DisconnectEventOccurred(bluetooth::hci::AddressWithType peer) { in DisconnectEventOccurred()
483 void DisplayPairingPrompt(const bluetooth::hci::AddressWithType& peer, std::string name) { in DisplayPairingPrompt()
493 const bluetooth::hci::AddressWithType& peer = data.GetAddressWithType(); in DisplayConfirmValue() local
506 const bluetooth::hci::AddressWithType& peer = data.GetAddressWithType(); in DisplayYesNoDialog() local
517 const bluetooth::hci::AddressWithType& peer = data.GetAddressWithType(); in DisplayPasskey() local
530 const bluetooth::hci::AddressWithType& peer = data.GetAddressWithType(); in DisplayEnterPasskeyDialog() local
541 const bluetooth::hci::AddressWithType& peer = data.GetAddressWithType(); in DisplayEnterPinDialog() local
551 void Cancel(const bluetooth::hci::AddressWithType& peer) override { in Cancel()
560 void OnDeviceBonded(hci::AddressWithType peer) override { in OnDeviceBonded()
570 void OnDeviceUnbonded(hci::AddressWithType peer) override { in OnDeviceUnbonded()
578 void OnDeviceBondFailed(hci::AddressWithType peer, PairingFailure status) override { in OnDeviceBondFailed()