Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279293
b: refs/heads/master
c: 4dad999
h: refs/heads/master
i:
  279291: f578fbd
v: v3
  • Loading branch information
Johan Hedberg authored and Gustavo F. Padovan committed Dec 19, 2011
1 parent 077c61a commit 92faba6
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 1f8cd0d9d7513d157aea0a93fbe87fde7365d285
refs/heads/master: 4dad99928211a20a91ec4515ab3b53fd65988f34
10 changes: 10 additions & 0 deletions trunk/include/net/bluetooth/mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,16 @@ struct mgmt_cp_start_discovery {

#define MGMT_OP_STOP_DISCOVERY 0x0022

#define MGMT_OP_CONFIRM_NAME 0x0023
struct mgmt_cp_confirm_name {
bdaddr_t bdaddr;
__u8 name_known;
} __packed;
struct mgmt_rp_confirm_name {
bdaddr_t bdaddr;
__u8 status;
} __packed;

#define MGMT_OP_BLOCK_DEVICE 0x0024
struct mgmt_cp_block_device {
bdaddr_t bdaddr;
Expand Down

0 comments on commit 92faba6

Please sign in to comment.