Searched refs:dch_open (Results 1 – 1 of 1) sorted by relevance
2399 tBTA_HL_DCH_OPEN_PARAM dch_open; in btif_hl_proc_pending_op() local2412 dch_open.ctrl_psm = p_mcb->ctrl_psm; in btif_hl_proc_pending_op()2413 dch_open.local_mdep_id = p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_id; in btif_hl_proc_pending_op()2416 …cb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type, &dch_open.peer_mdep_id )) in btif_hl_proc_pending_op()2418 dch_open.local_cfg = p_acb->channel_type[p_pcb->mdep_cfg_idx]; in btif_hl_proc_pending_op()2422 dch_open.local_cfg = BTA_HL_DCH_CFG_RELIABLE; in btif_hl_proc_pending_op()2424 dch_open.sec_mask = (BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT); in btif_hl_proc_pending_op()2425 BTIF_TRACE_DEBUG("dch_open.local_cfg=%d ", dch_open.local_cfg); in btif_hl_proc_pending_op()2428 … if (!btif_hl_is_reconnect_possible(app_idx, mcl_idx, p_pcb->mdep_cfg_idx, &dch_open, &mdl_id )) in btif_hl_proc_pending_op()2431 BTA_HlDchOpen(p_mcb->mcl_handle, &dch_open); in btif_hl_proc_pending_op()[all …]