Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session.c225 session->fcType = FC_TYPE_NORMAL; in RfcommSetFlowControlType()
231 session->fcType = FC_TYPE_NORMAL; in RfcommSetFlowControlType()
H A Drfcomm_defs.h280 typedef enum { FC_TYPE_UNKNOWN = 0, FC_TYPE_NORMAL, FC_TYPE_CREDIT } RfcommFlowControlType; enumerator