aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r--include/net/bluetooth/mgmt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index f61fd6779ee5..a554802291ed 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -70,6 +70,8 @@ struct mgmt_mode {
70 70
71#define MGMT_OP_SET_CONNECTABLE 0x0007 71#define MGMT_OP_SET_CONNECTABLE 0x0007
72 72
73#define MGMT_OP_SET_PAIRABLE 0x0008
74
73#define MGMT_EV_CMD_COMPLETE 0x0001 75#define MGMT_EV_CMD_COMPLETE 0x0001
74struct mgmt_ev_cmd_complete { 76struct mgmt_ev_cmd_complete {
75 __le16 opcode; 77 __le16 opcode;
@@ -103,3 +105,5 @@ struct mgmt_ev_index_removed {
103#define MGMT_EV_DISCOVERABLE 0x0007 105#define MGMT_EV_DISCOVERABLE 0x0007
104 106
105#define MGMT_EV_CONNECTABLE 0x0008 107#define MGMT_EV_CONNECTABLE 0x0008
108
109#define MGMT_EV_PAIRABLE 0x0009