Skip to content

Commit 51a248e

Browse files
committed
nimble: host: Add initial handling of HCI CS Subevent Result
1 parent 6e39a06 commit 51a248e

File tree

3 files changed

+311
-23
lines changed

3 files changed

+311
-23
lines changed

nimble/controller/src/ble_ll_cs_proc.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -871,12 +871,6 @@ ble_ll_cs_proc_sched_cb_get(uint8_t role, uint8_t step_state)
871871
BLE_LL_ASSERT(0);
872872
}
873873

874-
#if BABBLESIM
875-
if (cb == ble_ll_cs_tone_tx_start || cb == ble_ll_cs_tone_rx_start) {
876-
cb = ble_ll_cs_proc_skip_txrx;
877-
}
878-
#endif
879-
880874
return cb;
881875
}
882876

nimble/host/include/host/ble_cs.h

Lines changed: 1 addition & 0 deletions
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)