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 2018/01/25 14:59:00 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #766: nimble/ll: Fix HCI LE Read Remote Features command

andrzej-kaczmarek opened a new pull request #766: nimble/ll: Fix HCI LE Read Remote Features command
URL: https://github.com/apache/mynewt-core/pull/766
 
 
   Commit 04bf9592 removed automatic feature exchange procedure after
   connection when in slave role. This breaks HCI LE Read Remote Features
   command since it expected that this procedure is always started so it
   did not even try to start it, just sets bit in state machine that reply
   is pending.
   
   This patch fixes this regression by starting features exchange procedure
   if not already done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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