Home | History | Annotate | Download | only in hl

Lines Matching refs:dch_mode

908             evt_data.dch_open_ind.dch_mode = BTA_HL_DCH_MODE_RELIABLE;
916 evt_data.dch_open_ind.dch_mode = BTA_HL_DCH_MODE_STREAMING;
930 p_dcb->dch_mode = evt_data.dch_open_ind.dch_mode;
993 tBTA_HL_DCH_MODE dch_mode = BTA_HL_DCH_MODE_STREAMING;
1006 /*todo verify dch_mode, mtu and fcs for reconnect */
1009 dch_mode = BTA_HL_DCH_MODE_RELIABLE;
1014 if (dch_mode == BTA_HL_DCH_MODE_RELIABLE )
1027 p_dcb->mdl_id, dch_mode,
1045 p_dcb->dch_mode = dch_mode;
1266 p_dcb->dch_mode = p_mdl_cfg->dch_mode;