Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Drfcdefs.h191 #define RFCOMM_FC_RTC_ON_INPUT 0x10 macro
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_port_fsm.c631 || (port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT))) in rfc_process_rpn()
667 p_port->peer_port_pars.fc_type = (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT); in rfc_process_rpn()
678 if (p_port->peer_port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT)) in rfc_process_rpn()