Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278573
b: refs/heads/master
c: 9ad4019
h: refs/heads/master
i:
  278571: 1649a52
v: v3
  • Loading branch information
Brian Gix authored and Gustavo F. Padovan committed Nov 16, 2011
1 parent b5b549d commit 2106972
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 450dfdafbcfbf19e39481d0e4737a832b991333a
refs/heads/master: 9ad4019a716ca31584abac7c2f30b36d212c6a9e
13 changes: 13 additions & 0 deletions trunk/include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,14 @@ struct hci_rp_user_confirm_reply {

#define HCI_OP_USER_CONFIRM_NEG_REPLY 0x042d

#define HCI_OP_USER_PASSKEY_REPLY 0x042e
struct hci_cp_user_passkey_reply {
bdaddr_t bdaddr;
__le32 passkey;
} __packed;

#define HCI_OP_USER_PASSKEY_NEG_REPLY 0x042f

#define HCI_OP_REMOTE_OOB_DATA_REPLY 0x0430
struct hci_cp_remote_oob_data_reply {
bdaddr_t bdaddr;
Expand Down Expand Up @@ -1076,6 +1084,11 @@ struct hci_ev_user_confirm_req {
__le32 passkey;
} __packed;

#define HCI_EV_USER_PASSKEY_REQUEST 0x34
struct hci_ev_user_passkey_req {
bdaddr_t bdaddr;
} __packed;

#define HCI_EV_REMOTE_OOB_DATA_REQUEST 0x35
struct hci_ev_remote_oob_data_request {
bdaddr_t bdaddr;
Expand Down

0 comments on commit 2106972

Please sign in to comment.