You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/08/23 23:22:51 UTC

[GitHub] ccollins476ad opened a new pull request #497: BLE Host - Don't abort reset if HCI restart fails.

ccollins476ad opened a new pull request #497: BLE Host - Don't abort reset if HCI restart fails.
URL: https://github.com/apache/mynewt-core/pull/497
 
 
   While the host is resetting, it attempts to restart the HCI transport.  This may involve some communication with hardware.  For example, when the UART transport resets, it closes, reopens, and reconfigures the UART.
   
   ### Old behavior:
   If the HCI transport fails to restart due to a hardware failure, the host aborts its reset.  As a consequence, stale connections remain open, and the reset callback does not get called.
   
   ### New behavior:
   The host restarts the HCI transport and assumes success.  If the transport failed to reset, the host will reset itself again when it fails to sync with the controller.
 
----------------------------------------------------------------
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