Searched refs:PORT_MAX_RFC_PORTS (Results 1 – 5 of 5) sorted by relevance
28 #define PORT_MAX_RFC_PORTS 31 macro
203 if ((scn == 0) || (scn >= PORT_MAX_RFC_PORTS)) { in esp_spp_stop_srv_scn()
54 #define BTA_JV_MAX_SCN PORT_MAX_RFC_PORTS /* same as BTM_MAX_SCN (in btm_int.h) */
57 #define BTM_MAX_SCN PORT_MAX_RFC_PORTS
119 if (( scn == 0 ) || (scn >= PORT_MAX_RFC_PORTS )) { in RFCOMM_CreateConnection()