Home
last modified time | relevance | path

Searched refs:fc_type (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_port_fsm.c631 if ((port_pars.fc_type == (RFCOMM_FC_RTR_ON_INPUT | RFCOMM_FC_RTR_ON_OUTPUT)) in rfc_process_rpn()
632 || (port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT))) in rfc_process_rpn()
640 p_port->peer_port_pars.fc_type = (RFCOMM_FC_RTR_ON_INPUT | RFCOMM_FC_RTR_ON_OUTPUT); in rfc_process_rpn()
665 if (p_port->peer_port_pars.fc_type == (RFCOMM_FC_RTR_ON_INPUT | RFCOMM_FC_RTR_ON_OUTPUT)) in rfc_process_rpn()
668 p_port->peer_port_pars.fc_type = (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT); in rfc_process_rpn()
679 if (p_port->peer_port_pars.fc_type == (RFCOMM_FC_RTC_ON_INPUT | RFCOMM_FC_RTC_ON_OUTPUT)) in rfc_process_rpn()
681 p_port->peer_port_pars.fc_type = RFCOMM_FC_OFF; in rfc_process_rpn()
914 port_pars->fc_type = p_frame->u.rpn.fc_type; in rfc_set_port_state()
Drfc_ts_frames.c485 *p_data++ = p_pars->fc_type; in rfc_send_rpn()
874 p_rx_frame->u.rpn.fc_type = *p_data++ & RFCOMM_FC_MASK; in rfc_process_mx_message()
Drfc_int.h127 UINT8 fc_type; member
Dport_api.c625 p_settings->fc_type); in PORT_SetState()
/system/bt/stack/include/
Dport_api.h82 UINT8 fc_type; member
/system/bt/bta/jv/
Dbta_jv_act.c1633 port_state.fc_type = (PORT_FC_CTS_ON_INPUT | PORT_FC_CTS_ON_OUTPUT); in bta_jv_rfcomm_connect()
1924 port_state.fc_type = (PORT_FC_CTS_ON_INPUT | PORT_FC_CTS_ON_OUTPUT); in bta_jv_add_rfc_port()
2010 port_state.fc_type = (PORT_FC_CTS_ON_INPUT | PORT_FC_CTS_ON_OUTPUT); in bta_jv_rfcomm_start_server()