Searched refs:orig_app_idx (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_hl.c | 2576 UINT8 orig_app_idx, mcl_idx, mdep_cfg_idx; in btif_hl_proc_create_ind() local 2586 btif_hl_find_app_idx_using_mdepId(p_data->dch_create_ind.local_mdep_id,&orig_app_idx); in btif_hl_proc_create_ind() 2587 if (btif_hl_find_mcl_idx(orig_app_idx, p_data->dch_create_ind.bd_addr, &mcl_idx)) in btif_hl_proc_create_ind() 2589 p_acb =BTIF_HL_GET_APP_CB_PTR(orig_app_idx); in btif_hl_proc_create_ind() 2590 p_mcb =BTIF_HL_GET_MCL_CB_PTR(orig_app_idx, mcl_idx); in btif_hl_proc_create_ind() 2592 … 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() 2595 first_reliable_exist = btif_hl_is_the_first_reliable_existed(orig_app_idx, mcl_idx); in btif_hl_proc_create_ind() 2658 UINT8 orig_app_idx, mcl_idx, mdl_idx, mdep_cfg_idx; in btif_hl_proc_dch_open_ind() local 2664 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() 2666 … 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 …]
|