Skip to content

Commit cc0b84a

Browse files
committed
nimble: host: Add initial handling of HCI CS Subevent Result
1 parent 54d5bab commit cc0b84a

File tree

2 files changed

+311
-17
lines changed

2 files changed

+311
-17
lines changed

nimble/host/include/host/ble_cs.h

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ struct ble_cs_event {
3131
{
3232
struct
3333
{
34+
uint32_t time_diff_ns;
3435
uint16_t conn_handle;
3536
uint8_t status;
3637
} procedure_complete;

0 commit comments

Comments
 (0)