Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Drfcdefs.h191 #define RFCOMM_FC_RTC_ON_INPUT 0x10 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c615 || (port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT))) { in rfc_process_rpn()
646 p_port->peer_port_pars.fc_type = (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT); in rfc_process_rpn()
657 if (p_port->peer_port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT)) { in rfc_process_rpn()