From adcd8e1285a89e598839c1e17d334b7aa0722fdf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 14 Jan 2015 22:30:07 -0800 Subject: [PATCH] monitor: Add definitions for short range mode command --- monitor/bt.h | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.47.3