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

  /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))
631 || (port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_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))
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))
680 p_port->peer_port_pars.fc_type = RFCOMM_FC_OFF;
909 port_pars->fc_type = p_frame->u.rpn.fc_type;
rfc_int.h 127 UINT8 fc_type; member in struct:__anon3499::__anon3500::__anon3505
rfc_ts_frames.c 481 *p_data++ = p_pars->fc_type;
870 p_rx_frame->u.rpn.fc_type = *p_data++ & RFCOMM_FC_MASK;
port_api.c 588 RFCOMM_TRACE_API2 ("PORT_SetState() handle:%d FC_TYPE:0x%x", handle,
589 p_settings->fc_type);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
port_api.h 82 UINT8 fc_type; member in struct:__anon3404
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]

Completed in 165 milliseconds