Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Drfcdefs.h28 #define PORT_MAX_RFC_PORTS 31 macro
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_spp_api.c203 if ((scn == 0) || (scn >= PORT_MAX_RFC_PORTS)) { in esp_spp_stop_srv_scn()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h54 #define BTA_JV_MAX_SCN PORT_MAX_RFC_PORTS /* same as BTM_MAX_SCN (in btm_int.h) */
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h57 #define BTM_MAX_SCN PORT_MAX_RFC_PORTS
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c119 if (( scn == 0 ) || (scn >= PORT_MAX_RFC_PORTS )) { in RFCOMM_CreateConnection()