diff options
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index 46fb56d21b59..44ac55c85079 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h | |||
@@ -154,6 +154,12 @@ struct mgmt_cp_pin_code_neg_reply { | |||
154 | bdaddr_t bdaddr; | 154 | bdaddr_t bdaddr; |
155 | } __packed; | 155 | } __packed; |
156 | 156 | ||
157 | #define MGMT_OP_SET_IO_CAPABILITY 0x0013 | ||
158 | struct mgmt_cp_set_io_capability { | ||
159 | __le16 index; | ||
160 | __u8 io_capability; | ||
161 | } __packed; | ||
162 | |||
157 | #define MGMT_EV_CMD_COMPLETE 0x0001 | 163 | #define MGMT_EV_CMD_COMPLETE 0x0001 |
158 | struct mgmt_ev_cmd_complete { | 164 | struct mgmt_ev_cmd_complete { |
159 | __le16 opcode; | 165 | __le16 opcode; |