Searched refs:lll_disable (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/ |
D | lll.c | 60 void lll_disable(void *param) in lll_disable() function
|
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() argument
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_internal.h | 84 void *lll_disable);
|
D | ull.c | 1790 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ll_radio_state_abort() 1885 void *lll_disable) in ull_ticker_stop_with_mark() argument 1911 err = ull_disable(lll_disable); in ull_ticker_stop_with_mark() 1945 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_disable()
|
D | lll.h | 568 void lll_disable(void *param);
|
D | ull_conn_iso.c | 502 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_conn_iso_cis_stop() 1396 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in cig_disable()
|
D | ull_sync_iso.c | 858 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in sync_iso_disable()
|
D | ull_central.c | 1030 mfy.fp = lll_disable;
|
D | ull_scan.c | 1113 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable};
|
D | ull_adv.c | 2503 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; 2705 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable};
|
D | ull_adv_iso.c | 1423 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in adv_iso_disable()
|
D | ull_conn.c | 1872 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in conn_disable()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 213 void lll_disable(void *param) in lll_disable() function
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 270 void lll_disable(void *param) in lll_disable() function
|
D | lll_scan.c | 642 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable};
|
D | lll_adv.c | 1433 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in isr_abort_all()
|