Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_utils.cc66 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) { in port_allocate_port()
80 rfc_cb.rfc.last_port = yy; in port_allocate_port()
86 p_port, rfc_cb.rfc.last_port); in port_allocate_port()
Drfc_int.h227 uint8_t last_port; /* Last port allocated */ member