Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c78 static void stop_ticker(struct ll_sync_iso_set *sync_iso, ticker_op_func fp_op_func);
762 stop_ticker(sync_iso, NULL); in ull_sync_iso_done()
858 stop_ticker(sync_iso, ticker_stop_op_cb); in ull_sync_iso_done_terminate()
957 stop_ticker(sync_iso, ticker_stop_op_cb); in timeout_cleanup()
1107 static void stop_ticker(struct ll_sync_iso_set *sync_iso, ticker_op_func fp_op_func) in stop_ticker() function