summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorSzymon Czapracki <szymon.czapracki@codecoup.pl>2020-01-08 12:47:52 +0100
committerSzymon Janc <szymon.janc@codecoup.pl>2020-01-09 11:36:05 +0100
commitedbcf61d7c0c25ba51c1f7cabe21b91274295aca (patch)
tree8f46bc189fc6293b67c03c5f1eb4b50e4b7674a8 /monitor/bt.h
parentec7781244241d71448eb93b3685c36f9c7d7d06e (diff)
downloadbluez-edbcf61d7c0c25ba51c1f7cabe21b91274295aca.tar.gz
monitor: Decode LE CTE Request Failed event
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 1859dfb21..b31e6c5c5 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -3177,6 +3177,12 @@ struct bt_hci_evt_le_chan_select_alg {
uint8_t algorithm;
} __attribute__ ((packed));
+#define BT_HCI_EVT_LE_CTE_REQUEST_FAILED 0x17
+struct bt_hci_evt_le_cte_request_failed {
+ uint8_t status;
+ uint16_t handle;
+} __attribute__ ((packed));
+
#define BT_HCI_EVT_LE_PER_ADV_SYNC_TRANS_REC 0x18
struct bt_hci_evt_le_per_adv_sync_trans_rec {
uint8_t status;