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

/external/bluetooth/bluedroid/stack/include/
H A Drfcdefs.h189 #define RFCOMM_FC_RTR_ON_INPUT 0x04 macro
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_port_fsm.c630 if ((port_pars.fc_type == (RFCOMM_FC_RTR_ON_INPUT | RFCOMM_FC_RTR_ON_OUTPUT))
639 p_port->peer_port_pars.fc_type = (RFCOMM_FC_RTR_ON_INPUT | RFCOMM_FC_RTR_ON_OUTPUT);
664 if (p_port->peer_port_pars.fc_type == (RFCOMM_FC_RTR_ON_INPUT | RFCOMM_FC_RTR_ON_OUTPUT))

Completed in 80 milliseconds