HomeSort by relevance Sort by last modified time
    Searched refs:keep_port_handle (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 204 BOOLEAN keep_port_handle; /* TRUE if port is not deallocated when closing */ member in struct:t_port_info
port_utils.c 241 RFCOMM_TRACE_DEBUG ("port_release_port:p_port->keep_port_handle:%d", p_port->keep_port_handle);
242 if( p_port->keep_port_handle )
port_api.c 174 p_port->keep_port_handle = TRUE;
268 p_port->keep_port_handle = FALSE;
335 p_port->keep_port_handle = 0;
    [all...]

Completed in 35 milliseconds