Diff between 9a16c0d3435b2f978f6ce14cd2b4a05bd34821a7 and ec9762e4987491c6c894cd8504930c1b17a2a1ce
Changed Files
| File | Additions | Deletions | Status |
| monitor/bt.h | +8 | -0 | modified |
Full Patch
diff --git a/monitor/bt.h b/monitor/bt.h
index 34863f8..81aff9b 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;