浏览代码

Bluetooth: Add MGMT event for Passkey Entry

Signed-off-by: Brian Gix <bgix@codeaurora.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Brian Gix 13 年之前
父节点
当前提交
c768708a9b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      include/net/bluetooth/mgmt.h

+ 5 - 0
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;