Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTROTAProviderDelegateBridge.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
nivi-apple and bzbarsky-apple authored Feb 24, 2023
1 parent 562cdea commit f6bcf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTROTAProviderDelegateBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ bool GetPeerNodeInfo(CommandHandler * commandHandler, const ConcreteCommandPath

// The logic we are following here is if none of the protocols supported by the requestor are supported by us, we can't transfer
// the image even if we had an image available and we would return a Protocol Not Supported status. Assumption here
// is the requestor would send all the supported protocols. If one/more of the protocols send by the requestor are
// supported, we check if an image is not available due to various reasons - image not available, delegate reporting
// is the requestor would send us a list of all the protocols it supports. If one/more of the protocols supported by the requestor are
// supported by us, we check if an image is not available due to various reasons - image not available, delegate reporting
// busy, we will respond with the status in the delegate response. If update is available, we try to prepare for
// transfer and build the uri in the response with a status of Image Available

Expand Down

0 comments on commit f6bcf17

Please sign in to comment.