HomeSort by relevance Sort by last modified time
    Searched refs:RFCOMM_FC_RTR_ON_OUTPUT (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/include/
rfcdefs.h 190 #define RFCOMM_FC_RTR_ON_OUTPUT 0x08
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 630 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 30 milliseconds