Home
last modified time | relevance | path

Searched refs:PORT_ERR_MAX (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h196 #define PORT_ERR_MAX (PORT_ERR_BASE + 26) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1862 if (result_code > PORT_ERR_MAX) { in PORT_GetResultString()
1863 return result_code_strings[PORT_ERR_MAX]; in PORT_GetResultString()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c723 param.close.port_status = PORT_ERR_MAX; in btc_spp_disconnect()