summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-01-14 22:42:41 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-01-14 22:42:41 -0800
commitec9762e4987491c6c894cd8504930c1b17a2a1ce (patch)
treea25a60d61bbcee802f8138af500a4ad6d5d718a5 /monitor/bt.h
parent9a16c0d3435b2f978f6ce14cd2b4a05bd34821a7 (diff)
downloadbluez-ec9762e4987491c6c894cd8504930c1b17a2a1ce.tar.gz
monitor: Add definitions for triggered clock capture event
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 34863f8a4..81aff9b02 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2434,6 +2434,14 @@ struct bt_hci_evt_amp_status_change {
uint8_t amp_status;
} __attribute__ ((packed));
+#define BT_HCI_EVT_TRIGGERED_CLOCK_CAPTURE 0x4e
+struct bt_hci_evt_triggered_clock_capture {
+ uint16_t handle;
+ uint8_t type;
+ uint32_t clock;
+ uint16_t clock_offset;
+} __attribute__ ((packed));
+
#define BT_HCI_EVT_SYNC_TRAIN_COMPLETE 0x4f
struct bt_hci_evt_sync_train_complete {
uint8_t status;