/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso_types.h | 10 #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 …]
|
D | lll.h | 340 uint16_t conn_handle; member
|
D | ull_peripheral.c | 336 rx->rx_ftr.param_adv_term.conn_handle = lll->handle;
|
D | ull_adv.c | 2063 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/ |
D | main.c | 97 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/ |
D | main_hci.c | 102 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/ |
D | bt_conn_common.c | 64 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/ |
D | bt_conn_common.h | 9 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/ |
D | test_cte_set_rx_params.h | 26 int send_set_conn_cte_rx_params(uint16_t conn_handle,
|
D | test_cte_req_enable.c | 60 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()
|
D | test_cte_set_rx_params.c | 43 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/ |
D | hci.h | 89 int bt_hci_get_conn_handle(const struct bt_conn *conn, uint16_t *conn_handle);
|
D | hci_types.h | 1819 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 …]
|
D | hci_vs.h | 290 uint16_t conn_handle; member
|
/Zephyr-Core-3.4.0/tests/bluetooth/df/connection_cte_tx_params/src/ |
D | test_set_conn_cte_tx_params.c | 55 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/ |
D | direction.c | 683 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()
|
D | adv.c | 2129 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()
|
D | scan.c | 1202 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()
|
D | hci_core.c | 2344 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()
|
D | iso.c | 979 uint16_t handle = sys_le16_to_cpu(evt->conn_handle); in hci_le_cis_established()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 3143 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/ |
D | tcp.c | 3395 struct net_conn_handle *conn_handle = NULL; in test_cb_register() local 3407 &conn_handle); in test_cb_register()
|