diff options
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index 7e3d38bfaec3..870a3deab6ea 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h | |||
@@ -283,6 +283,9 @@ struct mgmt_cp_start_discovery { | |||
283 | } __packed; | 283 | } __packed; |
284 | 284 | ||
285 | #define MGMT_OP_STOP_DISCOVERY 0x0024 | 285 | #define MGMT_OP_STOP_DISCOVERY 0x0024 |
286 | struct mgmt_cp_stop_discovery { | ||
287 | __u8 type; | ||
288 | } __packed; | ||
286 | 289 | ||
287 | #define MGMT_OP_CONFIRM_NAME 0x0025 | 290 | #define MGMT_OP_CONFIRM_NAME 0x0025 |
288 | struct mgmt_cp_confirm_name { | 291 | struct mgmt_cp_confirm_name { |