diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-01-31 14:55:22 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2014-02-13 02:51:42 -0500 |
commit | 4e39ac81366583486b857c88656409e56befefdf (patch) | |
tree | 287e6aebe6cf3fa659724b2a5c1594711b07f894 /include/net/bluetooth/mgmt.h | |
parent | b1de97d8c06d9d8d38e85dc5b0cf3630372e702c (diff) |
Bluetooth: Add management command to allow use of debug keys
Originally allowing the use of debug keys was done via the Load Link
Keys management command. However this is BR/EDR specific and to be
flexible and allow extending this to LE as well, make this an independent
command.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index f87f5d784c3b..dfab094fab73 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h | |||
@@ -387,6 +387,8 @@ struct mgmt_cp_set_scan_params { | |||
387 | 387 | ||
388 | #define MGMT_OP_SET_SECURE_CONN 0x002D | 388 | #define MGMT_OP_SET_SECURE_CONN 0x002D |
389 | 389 | ||
390 | #define MGMT_OP_SET_DEBUG_KEYS 0x002E | ||
391 | |||
390 | #define MGMT_EV_CMD_COMPLETE 0x0001 | 392 | #define MGMT_EV_CMD_COMPLETE 0x0001 |
391 | struct mgmt_ev_cmd_complete { | 393 | struct mgmt_ev_cmd_complete { |
392 | __le16 opcode; | 394 | __le16 opcode; |