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/01/31 14:41:48 UTC

[GitHub] michal-narajowski opened a new pull request #324: host/gatts: Persist CCCD values set before bonding

michal-narajowski opened a new pull request #324: host/gatts: Persist CCCD values set before bonding
URL: https://github.com/apache/mynewt-nimble/pull/324
 
 
   Before:
   
   1. Nimble is a peripheral
   2. A connection is established with a peer device
   3. Peer device subscribes for notifications/indications on a CCCD
   4. Bonding with a peer device
   5. Peer device disconnects and reconnects
   6. The indication setting is not restored
   
   After:
   
   1. Nimble is a peripheral
   2. A connection is established with a peer device
   3. Peer device subscribes for notifications/indications on a CCCD
   4. Bonding with a peer device
   5. CCCD values are persisted
   6. Peer device disconnects and reconnects
   7. The indication settings are restored
   
   Fixes issue #319

----------------------------------------------------------------
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