Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c361 p_mcb->peer_ready = TRUE; in rfc_mx_sm_sabme_wait_ua()
410 p_mcb->peer_ready = TRUE; in rfc_mx_sm_state_wait_sabme()
427 p_mcb->peer_ready = TRUE; in rfc_mx_sm_state_wait_sabme()
Dport_rfc.c951 p_mcb->peer_ready = enable_data; in PORT_FlowInd()
1009 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready) { in port_rfc_send_tx_data()
Dport_api.c489 if (!p_port->rfc.p_mcb || !p_port->rfc.p_mcb->peer_ready || in PORT_CheckConnection()
1390 || !p_port->rfc.p_mcb->peer_ready in port_write()
1410 (p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready), in port_write()
Dport_utils.c416 || !p_port->rfc.p_mcb->peer_ready in port_flow_control_user()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h103 BOOLEAN peer_ready; /* True if other side can accept frames */ member