• Home
  • Raw
  • Download

Lines Matching refs:hci

28   ConfirmationData() : address_with_type_(hci::AddressWithType()), name_("No name set") {}  in ConfirmationData()
29 ConfirmationData(bluetooth::hci::AddressWithType address_with_type, std::string name) in ConfirmationData()
31 …ConfirmationData(bluetooth::hci::AddressWithType address_with_type, std::string name, uint32_t num… in ConfirmationData()
34 const bluetooth::hci::AddressWithType& GetAddressWithType() { in GetAddressWithType()
46 hci::IoCapability GetRemoteIoCaps() const { in GetRemoteIoCaps()
49 void SetRemoteIoCaps(hci::IoCapability remote_io_caps) { in SetRemoteIoCaps()
53 hci::AuthenticationRequirements GetRemoteAuthReqs() const { in GetRemoteAuthReqs()
57 void SetRemoteAuthReqs(hci::AuthenticationRequirements remote_auth_reqs) { in SetRemoteAuthReqs()
61 hci::OobDataPresent GetRemoteOobDataPresent() const { in GetRemoteOobDataPresent()
65 void SetRemoteOobDataPresent(hci::OobDataPresent remote_oob_data_present) { in SetRemoteOobDataPresent()
78 bluetooth::hci::AddressWithType address_with_type_;
85 hci::IoCapability remote_io_caps_ = hci::IoCapability::DISPLAY_YES_NO;
86hci::AuthenticationRequirements remote_auth_reqs_ = hci::AuthenticationRequirements::DEDICATED_BON…
87 hci::OobDataPresent remote_oob_data_present_ = hci::OobDataPresent::NOT_PRESENT;
97 …virtual void DisplayPairingPrompt(const bluetooth::hci::AddressWithType& address, std::string name…
101 virtual void Cancel(const bluetooth::hci::AddressWithType& address) = 0;
125 …virtual void OnPairingPromptAccepted(const bluetooth::hci::AddressWithType& address, bool confirme…
128 virtual void OnConfirmYesNo(const bluetooth::hci::AddressWithType& address, bool confirmed) = 0;
131 virtual void OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) = 0;
134 …virtual void OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_t> pin) …