Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c50 …RfcommFlowControlType fcType, uint8_t reqCl, RfcommPnCmdKind cmdKind, uint8_t *cl, uint8_t *credit…
1140 …RfcommFlowControlType fcType, uint8_t reqCl, RfcommPnCmdKind cmdKind, uint8_t *cl, uint8_t *credit… in RfcommSetUihPnParameter() argument
1142 …%{public}s fcType:%{public}d, req_cl:%hhu, cmdKind:%{public}d.", __func__, fcType, reqCl, cmdKind); in RfcommSetUihPnParameter()
1159 if ((fcType == FC_TYPE_CREDIT) && (reqCl == CL_REQ_SUPPORT_CREDIT)) { in RfcommSetUihPnParameter()
1172 if (reqCl == CL_REQ_SUPPORT_CREDIT) { in RfcommSetUihPnParameter()