Home
last modified time | relevance | path

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

/subsys/bluetooth/controller/ll_sw/
A Dull_iso_types.h10 #define LL_BIS_ADV_IDX_FROM_HANDLE(conn_handle) \ argument
11 ((conn_handle) - (LL_BIS_ADV_HANDLE_BASE))
14 #define IS_ADV_ISO_HANDLE(conn_handle) \ argument
16 ((conn_handle) <= ((LL_BIS_ADV_HANDLE_BASE) + \
19 #define IS_ADV_ISO_HANDLE(conn_handle) \ argument
20 ((conn_handle) <= ((LL_BIS_ADV_HANDLE_BASE) + \
25 #define IS_ADV_ISO_HANDLE(conn_handle) 0U argument
32 ((conn_handle) - (LL_BIS_SYNC_HANDLE_BASE))
35 #define IS_SYNC_ISO_HANDLE(conn_handle) \ argument
40 #define IS_SYNC_ISO_HANDLE(conn_handle) \ argument
[all …]
A Dull_sync_internal.h15 void ull_sync_create_from_sync_transfer(uint16_t conn_handle, uint16_t service_data,
A Dull_sync_types.h112 uint16_t conn_handle; member
A Dlll_conn.h28 uint16_t conn_handle; member
A Dull_sync.c319 se_past->conn_handle = ll_conn_handle_get(conn); in ull_sync_setup_from_sync_transfer()
664 uint8_t ll_sync_transfer(uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle) in ll_sync_transfer() argument
669 conn = ll_connected_get(conn_handle); in ll_sync_transfer()
703 uint8_t ll_past_param(uint16_t conn_handle, uint8_t mode, uint16_t skip, uint16_t timeout, in ll_past_param() argument
708 conn = ll_connected_get(conn_handle); in ll_past_param()
A Dlll.h331 uint16_t conn_handle; member
A Dull_peripheral.c342 rx->rx_ftr.param_adv_term.conn_handle = lll->handle;
A Dull_adv.c2096 rx->rx_ftr.param_adv_term.conn_handle = 0xffff;
2636 rx->rx_ftr.param_adv_term.conn_handle = 0xffff;
A Dull_adv_sync.c645 uint8_t ll_adv_sync_set_info_transfer(uint16_t conn_handle, uint16_t service_data, in ll_adv_sync_set_info_transfer() argument
652 conn = ll_connected_get(conn_handle); in ll_adv_sync_set_info_transfer()
/subsys/bluetooth/host/
A Dcs.c42 uint16_t conn_handle; member
64 static struct net_buf *alloc_reassembly_buf(uint16_t conn_handle) in alloc_reassembly_buf() argument
76 buf_meta_data->conn_handle = conn_handle; in alloc_reassembly_buf()
128 if (buf_meta_data->conn_handle == conn_handle) { in get_reassembly_buf()
133 return allocate ? alloc_reassembly_buf(conn_handle) : NULL; in get_reassembly_buf()
647 uint16_t conn_handle = sys_le16_to_cpu(evt->conn_handle); in bt_hci_le_cs_subevent_result() local
650 if (conn_handle == BT_HCI_LE_CS_TEST_CONN_HANDLE) { in bt_hci_le_cs_subevent_result()
736 reassembly_buf = get_reassembly_buf(conn_handle, false); in bt_hci_le_cs_subevent_result()
747 uint16_t conn_handle; in bt_hci_le_cs_subevent_result_continue() local
755 conn_handle = sys_le16_to_cpu(evt->conn_handle); in bt_hci_le_cs_subevent_result_continue()
[all …]
A Ddirection.c678 conn = bt_conn_lookup_handle(sys_le16_to_cpu(evt->conn_handle), BT_CONN_TYPE_LE); in hci_df_prepare_connection_iq_report()
681 sys_le16_to_cpu(evt->conn_handle)); in hci_df_prepare_connection_iq_report()
730 conn = bt_conn_lookup_handle(sys_le16_to_cpu(evt->conn_handle), BT_CONN_TYPE_LE); in hci_df_vs_prepare_connection_iq_report()
733 sys_le16_to_cpu(evt->conn_handle)); in hci_df_vs_prepare_connection_iq_report()
854 conn = bt_conn_lookup_handle(sys_le16_to_cpu(evt->conn_handle), BT_CONN_TYPE_LE); in hci_df_prepare_conn_cte_req_failed()
857 sys_le16_to_cpu(evt->conn_handle)); in hci_df_prepare_conn_cte_req_failed()
A Dadv.c2154 cp->conn_handle = sys_cpu_to_le16(conn->handle); in bt_le_per_adv_set_info_transfer()
2170 uint16_t conn_handle; in bt_hci_le_adv_set_terminated() local
2177 conn_handle = sys_le16_to_cpu(evt->conn_handle); in bt_hci_le_adv_set_terminated()
2181 evt->adv_handle, conn_handle, evt->num_completed_ext_adv_evts); in bt_hci_le_adv_set_terminated()
2200 bt_dev.cached_conn_complete[i].evt.handle == evt->conn_handle) { in bt_hci_le_adv_set_terminated()
2225 struct bt_conn *conn = bt_conn_lookup_handle(conn_handle, BT_CONN_TYPE_LE); in bt_hci_le_adv_set_terminated()
A Dscan.c1473 sys_le16_to_cpu(evt->conn_handle), in bt_hci_le_past_received_common()
2191 cp->conn_handle = sys_cpu_to_le16(conn->handle); in bt_le_per_adv_sync_transfer()
2231 cp->conn_handle = sys_cpu_to_le16(conn->handle); in past_param_set()
A Dconn.c1502 uint16_t conn_handle; in bt_conn_unref() local
1511 conn_handle = conn->handle; in bt_conn_unref()
1521 LOG_DBG("handle %u ref %ld -> %ld", conn_handle, old, (old - 1)); in bt_conn_unref()
A Diso.c1349 uint16_t handle = sys_le16_to_cpu(evt->conn_handle); in hci_le_cis_established()
1383 uint16_t handle = sys_le16_to_cpu(evt->conn_handle); in hci_le_cis_established_v2()
A Dhci_core.c2653 int bt_hci_get_conn_handle(const struct bt_conn *conn, uint16_t *conn_handle) in bt_hci_get_conn_handle() argument
2659 *conn_handle = conn->handle; in bt_hci_get_conn_handle()
/subsys/bluetooth/controller/include/
A Dll.h138 uint8_t ll_sync_transfer(uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle);
139 uint8_t ll_adv_sync_set_info_transfer(uint16_t conn_handle, uint16_t service_data,
141 uint8_t ll_past_param(uint16_t conn_handle, uint8_t mode, uint16_t skip, uint16_t timeout,
/subsys/bluetooth/controller/hci/
A Dhci.c4191 conn_handle_le16 = cmd->conn_handle;
4193 conn_handle = sys_le16_to_cpu(cmd->conn_handle);
4200 rp->conn_handle = conn_handle_le16;
4213 conn_handle_le16 = cmd->conn_handle;
4215 conn_handle = sys_le16_to_cpu(cmd->conn_handle);
4222 rp->conn_handle = conn_handle_le16;
4233 uint16_t conn_handle; local
4246 conn_handle = sys_le16_to_cpu(cmd->conn_handle);
4255 rp->conn_handle = conn_handle_le16;
4540 sep->conn_handle = sys_cpu_to_le16(se->conn_handle);
[all …]
/subsys/net/ip/
A Dtcp.c4356 struct net_conn_handle *conn_handle = NULL; in test_cb_register() local
4369 &conn_handle); in test_cb_register()

Completed in 105 milliseconds