Searched refs:PORT_MAX_RFC_PORTS (Results 1 – 4 of 4) sorted by relevance
28 #define PORT_MAX_RFC_PORTS 31 macro
53 PORT_MAX_RFC_PORTS /* same as BTM_MAX_SCN (in btm_int.h) */
37 #define BTM_MAX_SCN PORT_MAX_RFC_PORTS
120 if ((scn == 0) || (scn >= PORT_MAX_RFC_PORTS)) { in RFCOMM_CreateConnection()