Home
last modified time | relevance | path

Searched refs:PORT_FC_TS710 (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/rfcomm/
Dport_rfc.c334 if ((PORT_FC_DEFAULT == PORT_FC_TS710) || (cl == RFCOMM_PN_CONV_LAYER_TYPE_1)) in PORT_ParNegInd()
336 p_mcb->flow = PORT_FC_TS710; in PORT_ParNegInd()
399 if ((PORT_FC_DEFAULT == PORT_FC_TS710) && (cl == RFCOMM_PN_CONV_LAYER_CBFC_R)) in PORT_ParNegCnf()
413 p_mcb->flow = PORT_FC_TS710; in PORT_ParNegCnf()
Dport_int.h48 #define PORT_FC_TS710 1 /* use TS 07.10 flow control */ macro