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

  /system/bt/stack/rfcomm/
port_api.cc 267 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
303 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
342 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
401 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
436 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
468 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
502 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
592 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
635 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
676 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
    [all...]
port_int.h 145 #define PORT_STATE_CLOSED 0
port_utils.cc 225 p_port->state = PORT_STATE_CLOSED;
port_rfc.cc     [all...]

Completed in 198 milliseconds