Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_utils.c164 for (i = 0, j = rfc_cb.rfc.last_mux + 1; i < MAX_BD_CONNECTIONS; i++, j++) in rfc_alloc_multiplexer_channel()
184 rfc_cb.rfc.last_mux = (UINT8) j; in rfc_alloc_multiplexer_channel()
Drfc_int.h224 UINT8 last_mux; /* Last mux allocated */ member
Dport_api.c1850 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS; in RFCOMM_Init()