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