Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c518 BOOLEAN found_port; in PORT_IsOpening() local
529 found_port = FALSE; in PORT_IsOpening()
535 found_port = TRUE; in PORT_IsOpening()
540 if ((!found_port) || in PORT_IsOpening()
541 (found_port && (p_port->rfc.state < RFC_STATE_OPENED))) { in PORT_IsOpening()