projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec918c
)
Bluetooth: Add MGMT event for Passkey Entry
author
Brian Gix
<bgix@codeaurora.org>
Wed, 16 Nov 2011 21:53:12 +0000
(13:53 -0800)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Mon, 21 Nov 2011 16:44:48 +0000
(14:44 -0200)
Signed-off-by: Brian Gix <bgix@codeaurora.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/mgmt.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/bluetooth/mgmt.h
b/include/net/bluetooth/mgmt.h
index 139610e4341e86dcbd83fd00da3e05be1416cfb8..3b6880690a78ea0bb970cb6db2ed1299bb3bfac8 100644
(file)
--- a/
include/net/bluetooth/mgmt.h
+++ b/
include/net/bluetooth/mgmt.h
@@
-358,3
+358,8
@@
struct mgmt_ev_device_blocked {
struct mgmt_ev_device_unblocked {
bdaddr_t bdaddr;
} __packed;
+
+#define MGMT_EV_USER_PASSKEY_REQUEST 0x0017
+struct mgmt_ev_user_passkey_request {
+ bdaddr_t bdaddr;
+} __packed;