Lines Matching refs:conn_handle
3254 sep->conn_handle = sys_cpu_to_le16(iq_report->rx.hdr.handle); in le_df_connection_iq_report()
3323 sep->conn_handle = sys_cpu_to_le16(handle); in le_df_cte_req_failed()
4186 uint16_t conn_handle, conn_handle_le16; local
4191 conn_handle_le16 = cmd->conn_handle;
4193 conn_handle = sys_le16_to_cpu(cmd->conn_handle);
4197 status = ll_sync_transfer(conn_handle, service_data, sync_handle);
4200 rp->conn_handle = conn_handle_le16;
4208 uint16_t conn_handle, conn_handle_le16; local
4213 conn_handle_le16 = cmd->conn_handle;
4215 conn_handle = sys_le16_to_cpu(cmd->conn_handle);
4219 status = ll_adv_sync_set_info_transfer(conn_handle, service_data, adv_handle);
4222 rp->conn_handle = conn_handle_le16;
4233 uint16_t conn_handle; local
4244 conn_handle_le16 = cmd->conn_handle;
4246 conn_handle = sys_le16_to_cpu(cmd->conn_handle);
4252 status = ll_past_param(conn_handle, mode, skip, timeout, cte_type);
4255 rp->conn_handle = conn_handle_le16;
4466 sep->conn_handle = sys_cpu_to_le16(est->cis_handle);
4540 sep->conn_handle = sys_cpu_to_le16(se->conn_handle);
5552 sep->conn_handle = sys_cpu_to_le16(iq_report->rx.hdr.handle);
8239 sep->conn_handle =
8240 sys_cpu_to_le16(node_rx->rx_ftr.param_adv_term.conn_handle);