Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hl.c2812 btif_hl_find_app_idx_using_mdepId(p_data->dch_reconnect_cfm.local_mdep_id,&app_idx); in btif_hl_proc_dch_reconnect_cfm()
2814 … if (btif_hl_find_mcl_idx_using_app_idx(p_data->dch_reconnect_cfm.mcl_handle, app_idx, &mcl_idx )) in btif_hl_proc_dch_reconnect_cfm()
2822 … if (btif_hl_find_mdep_cfg_idx(app_idx, p_data->dch_reconnect_cfm.local_mdep_id, &mdep_cfg_idx)) in btif_hl_proc_dch_reconnect_cfm()
2825 p_dcb->mdl_handle = p_data->dch_reconnect_cfm.mdl_handle; in btif_hl_proc_dch_reconnect_cfm()
2827 p_dcb->local_mdep_id = p_data->dch_reconnect_cfm.local_mdep_id; in btif_hl_proc_dch_reconnect_cfm()
2828 p_dcb->mdl_id = p_data->dch_reconnect_cfm.mdl_id; in btif_hl_proc_dch_reconnect_cfm()
2829 p_dcb->dch_mode = p_data->dch_reconnect_cfm.dch_mode; in btif_hl_proc_dch_reconnect_cfm()
2830 p_dcb->is_the_first_reliable= p_data->dch_reconnect_cfm.first_reliable; in btif_hl_proc_dch_reconnect_cfm()
2831 p_dcb->mtu = p_data->dch_reconnect_cfm.mtu; in btif_hl_proc_dch_reconnect_cfm()
2858 BTA_HlDchClose(p_data->dch_reconnect_cfm.mdl_handle); in btif_hl_proc_dch_reconnect_cfm()
[all …]
/system/bt/bta/include/
Dbta_hl_api.h607 tBTA_HL_DCH_OPEN_CFM dch_reconnect_cfm; member