Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_main.c972 if (bta_hl_find_mcl_idx_using_handle(p_data->api_dch_open.mcl_handle, &app_idx, &mcl_idx)) in bta_hl_api_dch_open()
977 …%d, cch_state=%d, mcl_handle=%d",app_idx,mcl_idx,p_mcb->cch_state,p_data->api_dch_open.mcl_handle); in bta_hl_api_dch_open()
984 … if (bta_hl_find_mdep_cfg_idx(app_idx, p_data->api_dch_open.local_mdep_id, &mdep_cfg_idx)) in bta_hl_api_dch_open()
989 p_data->api_dch_open.local_cfg = BTA_HL_DCH_CFG_NO_PREF; in bta_hl_api_dch_open()
992 … if ((status = bta_hl_chk_local_cfg(app_idx,mcl_idx,mdep_cfg_idx,p_data->api_dch_open.local_cfg)) in bta_hl_api_dch_open()
996 if (p_data->api_dch_open.local_mdep_id != BTA_HL_ECHO_TEST_MDEP_ID) in bta_hl_api_dch_open()
998 … if (bta_hl_set_ctrl_psm_for_dch(app_idx, mcl_idx, mdl_idx, p_data->api_dch_open.ctrl_psm)) in bta_hl_api_dch_open()
1003 p_dcb->sec_mask = p_data->api_dch_open.sec_mask; in bta_hl_api_dch_open()
1004 … p_dcb->local_mdep_id = p_data->api_dch_open.local_mdep_id; in bta_hl_api_dch_open()
1005 p_dcb->peer_mdep_id = p_data->api_dch_open.peer_mdep_id; in bta_hl_api_dch_open()
[all …]
Dbta_hl_int.h432 tBTA_HL_API_DCH_OPEN api_dch_open; member