summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-01-14 22:30:07 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-01-14 22:30:07 -0800
commitadcd8e1285a89e598839c1e17d334b7aa0722fdf (patch)
treebb3f98af847957da48596d035c4c25ca771cd69a /monitor
parentf88cba8d4b26773e4f080fbfff86793bd7241c34 (diff)
downloadbluez-adcd8e1285a89e598839c1e17d334b7aa0722fdf.tar.gz
monitor: Add definitions for short range mode command
Diffstat (limited to 'monitor')
-rw-r--r--monitor/bt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 8e6379f69..34863f8a4 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -1344,6 +1344,12 @@ struct bt_hci_rsp_read_enhanced_tx_power {
int8_t level_8dpsk;
} __attribute__ ((packed));
+#define BT_HCI_CMD_SHORT_RANGE_MODE 0x0c6b
+struct bt_hci_cmd_short_range_mode {
+ uint8_t phy_handle;
+ uint8_t mode;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_READ_LE_HOST_SUPPORTED 0x0c6c
struct bt_hci_rsp_read_le_host_supported {
uint8_t status;