Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h200 BOOLEAN keep_port_handle; /* TRUE if port is not deallocated when closing */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c245 … RFCOMM_TRACE_DEBUG ("port_release_port:p_port->keep_port_handle:%d", p_port->keep_port_handle); in port_release_port()
246 if ( p_port->keep_port_handle ) { in port_release_port()
Dport_api.c197 p_port->keep_port_handle = TRUE; in RFCOMM_CreateConnection()
287 p_port->keep_port_handle = FALSE; in RFCOMM_RemoveServer()
351 p_port->keep_port_handle = 0; in PORT_ClearKeepHandleFlag()