Searched refs:ull_ticker_status_give (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_internal.h | 85 void ull_ticker_status_give(uint32_t status, void *param);
|
D | ull_adv.c | 1333 ull_ticker_status_give, (void *)&ret_cb 1353 ull_ticker_status_give, (void *)&ret_cb); 1568 ull_ticker_status_give, (void *)&ret_cb 2212 ull_ticker_status_give, (void *)&ret_cb); 2866 ull_ticker_status_give, (void *)&ret_cb); 2880 ull_ticker_status_give, (void *)&ret_cb);
|
D | ull_scan.c | 625 ull_ticker_status_give, (void *)&ret_cb 1082 ull_ticker_status_give, (void *)&ret_cb);
|
D | ull_adv_iso.c | 806 ull_ticker_status_give, (void *)&ret_cb); in ull_adv_iso_reset() 1270 ull_ticker_status_give, (void *)&ret_cb); in adv_iso_start()
|
D | ull.c | 1846 void ull_ticker_status_give(uint32_t status, void *param) in ull_ticker_status_give() function 1942 ticker_handle, ull_ticker_status_give, in ull_ticker_stop_with_mark()
|
D | ull_adv_aux.c | 2651 ull_ticker_status_give, (void *)&ret_cb in ull_adv_aux_start() 3120 ull_ticker_status_give, (void *)&ret_cb); in aux_time_update()
|
D | ull_adv_sync.c | 865 ull_ticker_status_give, (void *)&ret_cb in ull_adv_sync_start() 907 ull_ticker_status_give, (void *)&ret_cb); in ull_adv_sync_time_update()
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull.c | 217 void ull_ticker_status_give(uint32_t status, void *param) in ull_ticker_status_give() function
|