Searched refs:PORT_CheckConnection (Results 1 – 5 of 5) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
| D | port_api.h | 336 extern int PORT_CheckConnection (UINT16 handle, BOOLEAN ignore_rfc_state, BD_ADDR bd_addr,
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
| D | bta_hf_client_act.c | 280 …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/ |
| D | bta_jv_act.c | 604 … PORT_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/ |
| D | bta_ag_act.c | 497 …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/ |
| D | port_api.c | 472 int PORT_CheckConnection(UINT16 handle, BOOLEAN ignore_rfc_state, BD_ADDR bd_addr, UINT16 *p_lcid) in PORT_CheckConnection() function
|