Lines Matching refs:orig_app_idx

2690     UINT8                   orig_app_idx, mcl_idx, mdep_cfg_idx;  in btif_hl_proc_create_ind()  local
2700 btif_hl_find_app_idx_using_mdepId(p_data->dch_create_ind.local_mdep_id,&orig_app_idx); in btif_hl_proc_create_ind()
2701 if (btif_hl_find_mcl_idx(orig_app_idx, p_data->dch_create_ind.bd_addr, &mcl_idx)) in btif_hl_proc_create_ind()
2703 p_acb =BTIF_HL_GET_APP_CB_PTR(orig_app_idx); in btif_hl_proc_create_ind()
2704 p_mcb =BTIF_HL_GET_MCL_CB_PTR(orig_app_idx, mcl_idx); in btif_hl_proc_create_ind()
2706 … if (btif_hl_find_mdep_cfg_idx(orig_app_idx, p_data->dch_create_ind.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_create_ind()
2709 first_reliable_exist = btif_hl_is_the_first_reliable_existed(orig_app_idx, mcl_idx); in btif_hl_proc_create_ind()
2772 UINT8 orig_app_idx, mcl_idx, mdl_idx, mdep_cfg_idx; in btif_hl_proc_dch_open_ind() local
2778 btif_hl_find_app_idx_using_mdepId(p_data->dch_open_ind.local_mdep_id,&orig_app_idx); in btif_hl_proc_dch_open_ind()
2780 … if (btif_hl_find_mcl_idx_using_app_idx(p_data->dch_open_ind.mcl_handle, orig_app_idx, &mcl_idx )) in btif_hl_proc_dch_open_ind()
2782 BTIF_HL_GET_APP_CB_PTR(orig_app_idx); in btif_hl_proc_dch_open_ind()
2783 BTIF_HL_GET_MCL_CB_PTR(orig_app_idx, mcl_idx); in btif_hl_proc_dch_open_ind()
2785 if (btif_hl_find_avail_mdl_idx(orig_app_idx, mcl_idx, &mdl_idx)) in btif_hl_proc_dch_open_ind()
2787 p_dcb = BTIF_HL_GET_MDL_CB_PTR(orig_app_idx, mcl_idx, mdl_idx); in btif_hl_proc_dch_open_ind()
2789 … if (btif_hl_find_mdep_cfg_idx(orig_app_idx, p_data->dch_open_ind.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_dch_open_ind()
2801 … if(btif_hl_find_channel_id_using_mdl_id(orig_app_idx,p_dcb->mdl_id , &p_dcb->channel_id)) in btif_hl_proc_dch_open_ind()
2804 orig_app_idx, mcl_idx, mdl_idx, p_dcb->channel_id ); in btif_hl_proc_dch_open_ind()
2805 if (!btif_hl_create_socket(orig_app_idx, mcl_idx, mdl_idx)) in btif_hl_proc_dch_open_ind()