Loading system/gd/security/ui.h +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ #include "hci/address_with_type.h" namespace bluetooth { namespace security { // Through this interface we talk to the user, asking for confirmations/acceptance. class UI { public: Loading Loading @@ -56,3 +59,6 @@ class UICallbacks { /* User typed the value displayed on the other device. This is either Passkey or the Confirm value */ virtual void OnPasskeyEntry(const bluetooth::hci::Address& address, uint32_t passkey) = 0; }; } // namespace security } // namespace bluetooth Loading
system/gd/security/ui.h +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ #include "hci/address_with_type.h" namespace bluetooth { namespace security { // Through this interface we talk to the user, asking for confirmations/acceptance. class UI { public: Loading Loading @@ -56,3 +59,6 @@ class UICallbacks { /* User typed the value displayed on the other device. This is either Passkey or the Confirm value */ virtual void OnPasskeyEntry(const bluetooth::hci::Address& address, uint32_t passkey) = 0; }; } // namespace security } // namespace bluetooth