Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h115 BOOLEAN ignore_rfc_state; /* If need to ignore rfc state for PORT_CheckConnection */ member
336 extern int PORT_CheckConnection (UINT16 handle, BOOLEAN ignore_rfc_state, BD_ADDR bd_addr,
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c433 .ignore_rfc_state = FALSE, in PORT_DlcEstablishInd()
477 sr_mgmt_cb_arg.ignore_rfc_state = TRUE; in PORT_DlcEstablishInd()
Dport_api.c472 int PORT_CheckConnection(UINT16 handle, BOOLEAN ignore_rfc_state, BD_ADDR bd_addr, UINT16 *p_lcid) in PORT_CheckConnection() argument
490 (!ignore_rfc_state ? (p_port->rfc.state != RFC_STATE_OPENED) : false)) { in PORT_CheckConnection()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2020 …if ((status = PORT_CheckConnection(port_handle, p_mgmt_cb_arg->ignore_rfc_state, rem_bda, &lcid)) … in bta_jv_port_mgmt_sr_cback()