Searched refs:PORT_MAX_RFC_PORTS (Results 1 – 4 of 4) sorted by relevance
39 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()
28 #define PORT_MAX_RFC_PORTS 31 macro
55 PORT_MAX_RFC_PORTS /* same as BTM_MAX_SCN (in btm_int.h) */
127 if ((scn == 0) || (scn >= PORT_MAX_RFC_PORTS)) { in RFCOMM_CreateConnection()