Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c99 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
135 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
170 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
201 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
224 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
255 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
304 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
349 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
384 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
442 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain_hci.c105 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
154 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
/Zephyr-latest/tests/bluetooth/df/common/src/
Dbt_conn_common.c39 conn->lll.handle = ll_conn_handle_get(conn); in ut_bt_create_connection()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_internal.h9 uint16_t ll_conn_handle_get(struct ll_conn *conn);
Dull_peripheral.c284 lll->handle = ll_conn_handle_get(conn);
478 ticker_id_conn = TICKER_ID_CONN_BASE + ll_conn_handle_get(conn);
Dull_central.c751 lll->handle = ll_conn_handle_get(conn);
877 ticker_id_conn = TICKER_ID_CONN_BASE + ll_conn_handle_get(conn);
Dull_conn.c176 uint16_t ll_conn_handle_get(struct ll_conn *conn) in ll_conn_handle_get() function
2007 handle = ll_conn_handle_get(conn); in tx_lll_flush()
2181 uint8_t ticker_id_conn = TICKER_ID_CONN_BASE + ll_conn_handle_get(conn); in ull_conn_update_ticker()
Dull_sync.c317 se_past->conn_handle = ll_conn_handle_get(conn); in ull_sync_setup_from_sync_transfer()
Dull_llcp.c1023 uint16_t handle = ll_conn_handle_get(conn); in ull_cp_conn_update()