Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a67443bd authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Add missing namespace for security UI"

am: 0b9ca8a0

Change-Id: Ic07581defdc708a674289f7a72aac66a7f05cb5a
parents d69d6663 0b9ca8a0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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:
@@ -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