Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h336 extern int PORT_CheckConnection (UINT16 handle, BOOLEAN ignore_rfc_state, BD_ADDR bd_addr,
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c280 …if (PORT_SUCCESS != (status = PORT_CheckConnection(p_data->rfc.port_handle, FALSE, dev_addr, &lcid… in bta_hf_client_rfc_acp_open()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c604PORT_CheckConnection(bta_jv_cb.port_cb[j].port_handle, FALSE, peer_bd_addr, NULL)) { in bta_jv_alloc_set_pm_profile_cb()
1741 PORT_CheckConnection(port_handle, FALSE, rem_bda, &lcid); in bta_jv_port_mgmt_cl_cback()
2020 …if ((status = PORT_CheckConnection(port_handle, p_mgmt_cb_arg->ignore_rfc_state, rem_bda, &lcid)) … in bta_jv_port_mgmt_sr_cback()
2025 PORT_CheckConnection(port_handle, FALSE, rem_bda, &lcid); in bta_jv_port_mgmt_sr_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c497 …if (PORT_SUCCESS != (status = PORT_CheckConnection(p_data->rfc.port_handle, FALSE, dev_addr, &lcid… in bta_ag_rfc_acp_open()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c472 int PORT_CheckConnection(UINT16 handle, BOOLEAN ignore_rfc_state, BD_ADDR bd_addr, UINT16 *p_lcid) in PORT_CheckConnection() function