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.c3310 &bd_addr, p_data->chan_cb.mdep_cfg_index, in btif_hl_proc_cb_evt()
3961 static bt_status_t connect_channel(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *chann… in connect_channel() argument
3989 dch_open.local_mdep_id = p_acb->sup_feature.mdep[mdep_cfg_index].mdep_id; in connect_channel()
3991 mdep_cfg_index, dch_open.local_mdep_id, app_id); in connect_channel()
3993 … p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role, in connect_channel()
3994 … p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.data_cfg[0].data_type, &dch_open.peer_mdep_id )) in connect_channel()
3996 dch_open.local_cfg = p_acb->channel_type[mdep_cfg_index]; in connect_channel()
3997 … if ((p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in connect_channel()
4005mdep_cfg_index, BTIF_HL_PEND_DCH_OP_OPEN, channel_id )) in connect_channel()
4017 p_pcb->mdep_cfg_idx = mdep_cfg_index; in connect_channel()
[all …]
/system/bt/btif/include/
Dbtif_hl.h274 int mdep_cfg_index; member