Home
last modified time | relevance | path

Searched refs:sync_ticker_cleanup (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c83 static void sync_ticker_cleanup(struct ll_sync_set *sync, ticker_op_func stop_op_cb);
1320 sync_ticker_cleanup(sync, NULL);
1364 sync_ticker_cleanup(sync, ticker_stop_sync_expire_op_cb);
1393 sync_ticker_cleanup(sync, ticker_stop_sync_lost_op_cb);
1679 static void sync_ticker_cleanup(struct ll_sync_set *sync, ticker_op_func stop_op_cb) function