Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hl.c2695 tBTA_HL_DCH_CREATE_RSP_PARAM create_rsp_param; in btif_hl_proc_create_ind() local
2751 create_rsp_param.local_mdep_id = p_data->dch_create_ind.local_mdep_id; in btif_hl_proc_create_ind()
2752 create_rsp_param.mdl_id = p_data->dch_create_ind.mdl_id; in btif_hl_proc_create_ind()
2753 create_rsp_param.rsp_code = rsp_code; in btif_hl_proc_create_ind()
2754 create_rsp_param.cfg_rsp = rsp_cfg; in btif_hl_proc_create_ind()
2755 BTA_HlDchCreateRsp(p_mcb->mcl_handle, &create_rsp_param); in btif_hl_proc_create_ind()