Home
last modified time | relevance | path

Searched refs:mdep_cfg_index (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_hl.cc2980 p_data->chan_cb.mdep_cfg_index, p_data->chan_cb.channel_id, state, in btif_hl_proc_cb_evt()
3604 int mdep_cfg_index, int* channel_id) { in connect_channel() argument
3628 p_acb->sup_feature.mdep[mdep_cfg_index].mdep_id; in connect_channel()
3632 app_idx, mdep_cfg_index, dch_open.local_mdep_id, app_id); in connect_channel()
3635 p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role, in connect_channel()
3636 p_acb->sup_feature.mdep[mdep_cfg_index] in connect_channel()
3640 dch_open.local_cfg = p_acb->channel_type[mdep_cfg_index]; in connect_channel()
3641 if ((p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role == in connect_channel()
3648 if (!btif_hl_dch_open(p_acb->app_id, bda, &dch_open, mdep_cfg_index, in connect_channel()
3658 p_pcb->mdep_cfg_idx = mdep_cfg_index; in connect_channel()
[all …]
/system/bt/btif/include/
Dbtif_hl.h256 int mdep_cfg_index; member