mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Bluetooth: Add MGMT event for Passkey Entry
Signed-off-by: Brian Gix <bgix@codeaurora.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
parent
1ec918cef5
commit
c768708a9b
@ -358,3 +358,8 @@ struct mgmt_ev_device_blocked {
|
|||||||
struct mgmt_ev_device_unblocked {
|
struct mgmt_ev_device_unblocked {
|
||||||
bdaddr_t bdaddr;
|
bdaddr_t bdaddr;
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
|
#define MGMT_EV_USER_PASSKEY_REQUEST 0x0017
|
||||||
|
struct mgmt_ev_user_passkey_request {
|
||||||
|
bdaddr_t bdaddr;
|
||||||
|
} __packed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user