Home
last modified time | relevance | path

Searched refs:PORT_MAX_RFC_PORTS (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_scn.cc39 for (x = 1; x < PORT_MAX_RFC_PORTS; x++) { in BTM_AllocateSCN()
63 if ((scn >= PORT_MAX_RFC_PORTS) || (scn == 1) || (scn == 0)) return false; in BTM_TryAllocateSCN()
85 if (scn <= PORT_MAX_RFC_PORTS && scn > 0) { in BTM_FreeSCN()
/system/bt/stack/include/
Drfcdefs.h28 #define PORT_MAX_RFC_PORTS 31 macro
/system/bt/bta/include/
Dbta_jv_api.h55 PORT_MAX_RFC_PORTS /* same as BTM_MAX_SCN (in btm_int.h) */
/system/bt/stack/rfcomm/
Dport_api.cc127 if ((scn == 0) || (scn >= PORT_MAX_RFC_PORTS)) { in RFCOMM_CreateConnection()