Home
last modified time | relevance | path

Searched refs:conn_handle (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h10 #define LL_BIS_ADV_IDX_FROM_HANDLE(conn_handle) \ argument
11 ((conn_handle) - (LL_BIS_ADV_HANDLE_BASE))
12 #define IS_ADV_ISO_HANDLE(conn_handle) \ argument
13 (((conn_handle) >= (LL_BIS_ADV_HANDLE_BASE)) && \
14 ((conn_handle) <= ((LL_BIS_ADV_HANDLE_BASE) + \
17 #define LL_BIS_ADV_IDX_FROM_HANDLE(conn_handle) 0U argument
18 #define IS_ADV_ISO_HANDLE(conn_handle) 0U argument
24 #define LL_BIS_SYNC_IDX_FROM_HANDLE(conn_handle) \ argument
25 ((conn_handle) - (LL_BIS_SYNC_HANDLE_BASE))
26 #define IS_SYNC_ISO_HANDLE(conn_handle) \ argument
[all …]
Dlll.h340 uint16_t conn_handle; member
Dull_peripheral.c336 rx->rx_ftr.param_adv_term.conn_handle = lll->handle;
Dull_adv.c2063 rx_hdr->rx_ftr.param_adv_term.conn_handle = 0xffff;
2543 rx->hdr.rx_ftr.param_adv_term.conn_handle = 0xffff;
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c97 uint16_t conn_handle; in ZTEST() local
99 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
109 err = ll_feature_req_send(conn_handle); in ZTEST()
130 uint16_t conn_handle; in ZTEST() local
135 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
137 err = ll_feature_req_send(conn_handle + 1); in ZTEST()
148 err = ll_feature_req_send(conn_handle); in ZTEST()
155 uint16_t conn_handle; in ZTEST() local
170 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
176 err = ll_version_ind_send(conn_handle); in ZTEST()
[all …]
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain_hci.c102 uint16_t conn_handle; in ZTEST() local
105 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
115 err = ll_feature_req_send(conn_handle); in ZTEST()
149 uint16_t conn_handle; in ZTEST() local
154 conn_handle = ll_conn_handle_get(conn_from_pool); in ZTEST()
156 err = ll_feature_req_send(conn_handle + 1); in ZTEST()
169 err = ll_feature_req_send(conn_handle); in ZTEST()
/Zephyr-Core-3.4.0/tests/bluetooth/df/common/src/
Dbt_conn_common.c64 void ut_bt_set_peer_features(uint16_t conn_handle, uint64_t features) in ut_bt_set_peer_features() argument
68 conn = ll_conn_get(conn_handle); in ut_bt_set_peer_features()
75 void ut_bt_set_periph_latency(uint16_t conn_handle, uint16_t periph_latency) in ut_bt_set_periph_latency() argument
79 conn = ll_conn_get(conn_handle); in ut_bt_set_periph_latency()
/Zephyr-Core-3.4.0/tests/bluetooth/df/common/include/
Dbt_conn_common.h9 void ut_bt_set_peer_features(uint16_t conn_handle, uint64_t features);
10 void ut_bt_set_periph_latency(uint16_t conn_handle, uint16_t periph_latency);
/Zephyr-Core-3.4.0/tests/bluetooth/df/connection_cte_req/src/
Dtest_cte_set_rx_params.h26 int send_set_conn_cte_rx_params(uint16_t conn_handle,
Dtest_cte_req_enable.c60 int send_conn_cte_req_enable(uint16_t conn_handle, in send_conn_cte_req_enable() argument
73 cp->handle = sys_cpu_to_le16(conn_handle); in send_conn_cte_req_enable()
Dtest_cte_set_rx_params.c43 int send_set_conn_cte_rx_params(uint16_t conn_handle, in send_set_conn_cte_rx_params() argument
58 cp->handle = sys_cpu_to_le16(conn_handle); in send_set_conn_cte_rx_params()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci.h89 int bt_hci_get_conn_handle(const struct bt_conn *conn, uint16_t *conn_handle);
Dhci_types.h1819 uint16_t conn_handle; member
1826 uint16_t conn_handle; member
1831 uint16_t conn_handle; member
1838 uint16_t conn_handle; member
1854 uint16_t conn_handle; member
1863 uint16_t conn_handle; member
2412 uint16_t conn_handle; member
2727 uint16_t conn_handle; member
2777 uint16_t conn_handle; member
2800 uint16_t conn_handle; member
[all …]
Dhci_vs.h290 uint16_t conn_handle; member
/Zephyr-Core-3.4.0/tests/bluetooth/df/connection_cte_tx_params/src/
Dtest_set_conn_cte_tx_params.c55 static int send_set_conn_cte_tx_params(uint16_t conn_handle, in send_set_conn_cte_tx_params() argument
71 cp->handle = sys_cpu_to_le16(conn_handle); in send_set_conn_cte_tx_params()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Ddirection.c683 conn = bt_conn_lookup_handle(sys_le16_to_cpu(evt->conn_handle)); in hci_df_prepare_connection_iq_report()
686 sys_le16_to_cpu(evt->conn_handle)); in hci_df_prepare_connection_iq_report()
735 conn = bt_conn_lookup_handle(sys_le16_to_cpu(evt->conn_handle)); in hci_df_vs_prepare_connection_iq_report()
738 sys_le16_to_cpu(evt->conn_handle)); in hci_df_vs_prepare_connection_iq_report()
860 conn = bt_conn_lookup_handle(sys_le16_to_cpu(evt->conn_handle)); in hci_df_prepare_conn_cte_req_failed()
863 sys_le16_to_cpu(evt->conn_handle)); in hci_df_prepare_conn_cte_req_failed()
Dadv.c2129 cp->conn_handle = sys_cpu_to_le16(conn->handle); in bt_le_per_adv_set_info_transfer()
2145 uint16_t conn_handle; in bt_hci_le_adv_set_terminated() local
2152 conn_handle = sys_le16_to_cpu(evt->conn_handle); in bt_hci_le_adv_set_terminated()
2155 evt->adv_handle, conn_handle, evt->num_completed_ext_adv_evts); in bt_hci_le_adv_set_terminated()
2174 bt_dev.cached_conn_complete[i].evt.handle == evt->conn_handle) { in bt_hci_le_adv_set_terminated()
2200 struct bt_conn *conn = bt_conn_lookup_handle(conn_handle); in bt_hci_le_adv_set_terminated()
Dscan.c1202 sys_le16_to_cpu(evt->conn_handle)); in bt_hci_le_past_received_common()
1908 cp->conn_handle = sys_cpu_to_le16(conn->handle); in bt_le_per_adv_sync_transfer()
1948 cp->conn_handle = sys_cpu_to_le16(conn->handle); in past_param_set()
Dhci_core.c2344 int bt_hci_get_conn_handle(const struct bt_conn *conn, uint16_t *conn_handle) in bt_hci_get_conn_handle() argument
2350 *conn_handle = conn->handle; in bt_hci_get_conn_handle()
Diso.c979 uint16_t handle = sys_le16_to_cpu(evt->conn_handle); in hci_le_cis_established()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c3143 sep->conn_handle = sys_cpu_to_le16(iq_report->hdr.handle); in le_df_connection_iq_report()
3212 sep->conn_handle = sys_cpu_to_le16(handle); in le_df_cte_req_failed()
4212 sep->conn_handle = sys_cpu_to_le16(est->cis_handle);
5222 sep->conn_handle = sys_cpu_to_le16(iq_report->hdr.handle);
7726 sep->conn_handle =
7727 sys_cpu_to_le16(node_rx->hdr.rx_ftr.param_adv_term.conn_handle);
/Zephyr-Core-3.4.0/subsys/net/ip/
Dtcp.c3395 struct net_conn_handle *conn_handle = NULL; in test_cb_register() local
3407 &conn_handle); in test_cb_register()