Home | History | Annotate | Download | only in hl

Lines Matching refs:dch_mode

756       evt_data.dch_open_ind.dch_mode = BTA_HL_DCH_MODE_RELIABLE;
761 evt_data.dch_open_ind.dch_mode = BTA_HL_DCH_MODE_STREAMING;
772 p_dcb->dch_mode = evt_data.dch_open_ind.dch_mode;
824 tBTA_HL_DCH_MODE dch_mode = BTA_HL_DCH_MODE_STREAMING;
835 /*todo verify dch_mode, mtu and fcs for reconnect */
837 dch_mode = BTA_HL_DCH_MODE_RELIABLE;
841 if (dch_mode == BTA_HL_DCH_MODE_RELIABLE) {
850 p_dcb->local_mdep_id, p_dcb->mdl_id, dch_mode,
863 p_dcb->dch_mode = dch_mode;
1048 p_dcb->dch_mode = p_mdl_cfg->dch_mode;