| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_iso_types.h | 10 #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 D | ull_sync_internal.h | 15 void ull_sync_create_from_sync_transfer(uint16_t conn_handle, uint16_t service_data,
|
| A D | ull_sync_types.h | 112 uint16_t conn_handle; member
|
| A D | lll_conn.h | 28 uint16_t conn_handle; member
|
| A D | ull_sync.c | 319 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 D | lll.h | 331 uint16_t conn_handle; member
|
| A D | ull_peripheral.c | 342 rx->rx_ftr.param_adv_term.conn_handle = lll->handle;
|
| A D | ull_adv.c | 2096 rx->rx_ftr.param_adv_term.conn_handle = 0xffff; 2636 rx->rx_ftr.param_adv_term.conn_handle = 0xffff;
|
| A D | ull_adv_sync.c | 645 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 D | cs.c | 42 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 D | direction.c | 678 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 D | adv.c | 2154 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 D | scan.c | 1473 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 D | conn.c | 1502 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 D | iso.c | 1349 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 D | hci_core.c | 2653 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 D | ll.h | 138 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 D | hci.c | 4191 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 D | tcp.c | 4356 struct net_conn_handle *conn_handle = NULL; in test_cb_register() local 4369 &conn_handle); in test_cb_register()
|