Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sched.c376 } else if (IN_RANGE(ticker_id, TICKER_ID_CONN_BASE, in group_free_slot_get()
589 IN_RANGE(ticker_id, TICKER_ID_CONN_BASE, in ticker_match_any_op_cb()
612 return IN_RANGE(ticker_id, TICKER_ID_CONN_BASE, in ticker_match_cen_op_cb()
699 } else if (IN_RANGE(ticker_id, TICKER_ID_CONN_BASE, in ull_hdr_get_cb()
703 conn = ll_conn_get(ticker_id - TICKER_ID_CONN_BASE); in ull_hdr_get_cb()
Dlll.h120 TICKER_ID_CONN_BASE, enumerator
121 TICKER_ID_CONN_LAST = ((TICKER_ID_CONN_BASE) + (CONFIG_BT_MAX_CONN) -
Dull_peripheral.c478 ticker_id_conn = TICKER_ID_CONN_BASE + ll_conn_handle_get(conn);
513 (TICKER_ID_CONN_BASE + handle),
Dull_conn.c1368 uint8_t ticker_id = TICKER_ID_CONN_BASE + lll->handle; in ull_conn_done()
1817 err = ull_ticker_stop_with_mark(TICKER_ID_CONN_BASE + handle, in disable()
1867 TICKER_ID_CONN_BASE + lll->handle, in conn_cleanup_finalize()
2181 uint8_t ticker_id_conn = TICKER_ID_CONN_BASE + ll_conn_handle_get(conn); in ull_conn_update_ticker()
Dull_central.c877 ticker_id_conn = TICKER_ID_CONN_BASE + ll_conn_handle_get(conn);
Dull.c158 #define BT_CONN_TICKER_NODES ((TICKER_ID_CONN_LAST) - (TICKER_ID_CONN_BASE) + 1)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c191 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
Dlll_peripheral.c239 if (lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c247 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event); in prepare_cb()
Dlll_peripheral.c334 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event);