Searched defs:channel_type (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/include/
H A Dbtif_hl.h235 tBTA_HL_DCH_CFG channel_type[BTA_HL_NUM_MDEPS]; member in struct:__anon626
/system/bt/btif/src/
H A Dbtif_hl.c1581 static BOOLEAN btif_hl_get_bta_channel_type(bthl_channel_type_t channel_type, tBTA_HL_DCH_CFG *p){ argument
1583 switch (channel_type)
2529 dch_open.local_cfg = p_acb->channel_type[p_pcb->mdep_cfg_idx];
2717 rsp_cfg = p_acb->channel_type[mdep_cfg_idx];
3996 dch_open.local_cfg = p_acb->channel_type[mdep_cfg_index];
4279 if ( !btif_hl_get_bta_channel_type(p_mdep_cfg->channel_type, &(p_acb->channel_type[i])))
4281 BTIF_TRACE_ERROR("Invalid channel_type=%d", p_mdep_cfg->channel_type);

Completed in 46 milliseconds