From ec9762e4987491c6c894cd8504930c1b17a2a1ce Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 14 Jan 2015 22:42:41 -0800 Subject: [PATCH] monitor: Add definitions for triggered clock capture event --- monitor/bt.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.47.3