Searched refs:RFCOMM_FC_RTC_ON_OUTPUT (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Drfcdefs.h192 #define RFCOMM_FC_RTC_ON_OUTPUT 0x20 macro
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_port_fsm.c631 || (port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT)))
667 p_port->peer_port_pars.fc_type = (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT);
678 if (p_port->peer_port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT))

Completed in 60 milliseconds