Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hl.c2690 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()
[all …]