Home
last modified time | relevance | path

Searched refs:PORT_PPP_DEFAULT_SIGNAL_STATE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h459 #define PORT_PPP_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON) macro
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c163 p_port->default_signal_state = PORT_PPP_DEFAULT_SIGNAL_STATE; in RFCOMM_CreateConnection()