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

  /system/bt/stack/rfcomm/
port_int.h 51 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */
rfc_utils.cc 378 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
399 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
port_rfc.cc 320 p_mcb->flow = PORT_FC_CREDIT;
335 } else if (p_mcb->flow == PORT_FC_CREDIT) {
388 p_mcb->flow = PORT_FC_CREDIT;
403 if (p_mcb->flow == PORT_FC_CREDIT) {
    [all...]
rfc_port_if.cc 149 if (flow == PORT_FC_CREDIT) {
rfc_port_fsm.cc 416 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) &&
736 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT) {
port_utils.cc 457 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
port_api.cc 806 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
873 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
    [all...]
rfc_ts_frames.cc 525 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) &&
  /system/bt/internal_include/
bt_target.h 853 #define PORT_FC_DEFAULT PORT_FC_CREDIT
    [all...]

Completed in 240 milliseconds