Searched refs:localRc (Results 1 – 2 of 2) sorted by relevance
72 int32_t localRc; member317 .referenceNumber = rcMsgPara->localRc, in ConnPackCtlMsgRcSendDeltaData()331 return rcMsgPara->localRc <= 0 ? in ConnPackCtlMsgRcSendDeltaData()379 int32_t localRc = connection->connectionRc; in ConnBleUpdateConnectionRc() local380 if (localRc <= 0) { in ConnBleUpdateConnectionRc()390 .connRc = localRc, in ConnBleUpdateConnectionRc()401 if (localRc <= 0) { in ConnBleUpdateConnectionRc()414 .localRc = localRc, in ConnBleUpdateConnectionRc()436 int32_t localRc = connection->connectionRc; in BleOnReferenceRequest() local450 if (localRc <= 0) { in BleOnReferenceRequest()[all …]
491 static int32_t BrPostReplyMessage(uint32_t connectionId, int32_t localRc) in BrPostReplyMessage() argument499 .referenceNumber = localRc, in BrPostReplyMessage()524 int32_t localRc = connection->connectionRc; in NotifyReferenceRequest() local526 delta, peerRc, localRc); in NotifyReferenceRequest()528 if (localRc == 0) { in NotifyReferenceRequest()542 if (localRc <= 0) { in NotifyReferenceRequest()551 return BrPostReplyMessage(connectionId, localRc); in NotifyReferenceRequest()