Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278574
b: refs/heads/master
c: 453a838
h: refs/heads/master
v: v3
  • Loading branch information
Brian Gix authored and Gustavo F. Padovan committed Nov 16, 2011
1 parent 2106972 commit e9a647f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ad4019a716ca31584abac7c2f30b36d212c6a9e
refs/heads/master: 453a83869c98746006d9a6c03e2b208b9018f671
11 changes: 11 additions & 0 deletions trunk/include/net/bluetooth/mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,17 @@ struct mgmt_cp_set_fast_connectable {
__u8 enable;
} __packed;

#define MGMT_OP_USER_PASSKEY_REPLY 0x0020
struct mgmt_cp_user_passkey_reply {
bdaddr_t bdaddr;
__le32 passkey;
} __packed;

#define MGMT_OP_USER_PASSKEY_NEG_REPLY 0x0021
struct mgmt_cp_user_passkey_neg_reply {
bdaddr_t bdaddr;
} __packed;

#define MGMT_EV_CMD_COMPLETE 0x0001
struct mgmt_ev_cmd_complete {
__le16 opcode;
Expand Down

0 comments on commit e9a647f

Please sign in to comment.