You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/22 19:03:42 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #533: apps/btshell: Fix full discovery

andrzej-kaczmarek opened a new pull request #533: apps/btshell: Fix full discovery
URL: https://github.com/apache/mynewt-nimble/pull/533
 
 
   During full discovery, if last service does not have any characteristic
   but its end handle is 65535 (which is allowed by Core spec), discovery
   will loop forever since it assumes service was discovered if either
   start handle == end handle or there are characteristics discovered.
   
   This patch fixes this by adding "discovered" property to service struct
   which is used to check if service was already discovered.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services