Searched refs:ull_ticker_stop_with_mark (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_internal.h | 83 int ull_ticker_stop_with_mark(uint8_t ticker_handle, void *param,
|
D | ull_sync_iso.c | 279 err = ull_ticker_stop_with_mark((TICKER_ID_SCAN_SYNC_ISO_BASE + in ll_big_sync_terminate() 825 err = ull_ticker_stop_with_mark(TICKER_ID_SCAN_SYNC_ISO_BASE + in disable()
|
D | ull_sync.c | 345 ull_ticker_stop_with_mark((TICKER_ID_SCAN_SYNC_BASE + in ll_sync_create_cancel() 413 err = ull_ticker_stop_with_mark(TICKER_ID_SCAN_SYNC_BASE + handle, in ll_sync_terminate()
|
D | ull_scan.c | 654 err = ull_ticker_stop_with_mark(TICKER_ID_SCAN_BASE + handle,
|
D | ull_scan_aux.c | 1078 err = ull_ticker_stop_with_mark(TICKER_ID_SCAN_AUX_BASE + aux_handle, in ull_scan_aux_stop()
|
D | ull_conn_iso.c | 1572 err = ull_ticker_stop_with_mark(TICKER_ID_CONN_ISO_BASE + handle, in disable()
|
D | ull.c | 1886 int ull_ticker_stop_with_mark(uint8_t ticker_handle, void *param, in ull_ticker_stop_with_mark() function
|
D | ull_conn.c | 1731 err = ull_ticker_stop_with_mark(TICKER_ID_CONN_BASE + handle, in disable()
|
D | ull_adv_sync.c | 2426 err = ull_ticker_stop_with_mark(TICKER_ID_ADV_SYNC_BASE + sync_handle,
|
D | ull_adv_aux.c | 2648 err = ull_ticker_stop_with_mark(TICKER_ID_ADV_AUX_BASE + aux_handle, in ull_adv_aux_stop()
|
/Zephyr-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull.c | 241 int ull_ticker_stop_with_mark(uint8_t ticker_handle, void *param, void *lll_disable) in ull_ticker_stop_with_mark() function
|