Lines Matching refs:mdep_role
611 (p_mdep->mdep_role == peer_mdep_role) ) in btif_hl_find_sdp_idx_using_mdep_filter()
1232 … BTIF_TRACE_DEBUG("p_rec->mdep_cfg[%d].mdep_role=%d",i, p_rec->mdep_cfg[i].mdep_role); in btif_hl_find_peer_mdep_id()
1234 if ((p_rec->mdep_cfg[i].mdep_role == peer_mdep_role) && in btif_hl_find_peer_mdep_id()
1460 UINT16 btif_hl_get_max_tx_apdu_size(tBTA_HL_MDEP_ROLE mdep_role, in btif_hl_get_max_tx_apdu_size() argument
1467 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_tx_apdu_size()
1478 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_tx_apdu_size()
1491 __FUNCTION__, mdep_role, data_type, max_tx_apdu_size); in btif_hl_get_max_tx_apdu_size()
1506 UINT16 btif_hl_get_max_rx_apdu_size(tBTA_HL_MDEP_ROLE mdep_role, in btif_hl_get_max_rx_apdu_size() argument
1513 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_rx_apdu_size()
1524 if (mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_get_max_rx_apdu_size()
1536 __FUNCTION__, mdep_role, data_type, max_rx_apdu_size); in btif_hl_get_max_rx_apdu_size()
2368 p_sdp->sdp_rec[i].mdep_cfg[j].mdep_role ); in btif_hl_proc_sdp_query_cfm()
2526 … p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.mdep_role, in btif_hl_proc_pending_op()
2530 … if ((p_acb->sup_feature.mdep[p_pcb->mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SOURCE) in btif_hl_proc_pending_op()
2710 switch (p_mdep->mdep_cfg.mdep_role) in btif_hl_proc_create_ind()
3993 … p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role, 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()
4032 if (p_acb->sup_feature.mdep[mdep_cfg_index].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SINK) in connect_channel()
4113 … if (p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.mdep_role == BTA_HL_MDEP_ROLE_SINK) in destroy_channel()
4248 if ( !btif_hl_get_bta_mdep_role(p_mdep_cfg->mdep_role, &(p_cfg->mdep_role))) in register_application()
4250 BTIF_TRACE_ERROR("Invalid mdep_role=%d", p_mdep_cfg->mdep_role); in register_application()
4256 if (p_cfg->mdep_role == BTA_HL_MDEP_ROLE_SINK ) in register_application()
4273 … p_data->max_rx_apdu_size = btif_hl_get_max_rx_apdu_size(p_cfg->mdep_role, p_data->data_type); in register_application()
4274 … p_data->max_tx_apdu_size = btif_hl_get_max_tx_apdu_size(p_cfg->mdep_role, p_data->data_type); in register_application()
4353 … p_acb->sup_feature.mdep[p_mcb->pcb.mdep_cfg_idx].mdep_cfg.mdep_role, in btif_hl_save_mdl_cfg()