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 2020/04/21 09:51:23 UTC

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #804: nimble/gap: Fix storing CCC for bonded devices.

apache-mynewt-bot commented on issue #804:
URL: https://github.com/apache/mynewt-nimble/pull/804#issuecomment-617076748


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/host/src/ble_sm_priv.h
   <details>
   
   ```diff
   @@ -279,10 +279,10 @@
        uint8_t sm_err;
        struct ble_gap_passkey_params passkey_params;
        void *state_arg;
   -    unsigned execute:1;
   -    unsigned enc_cb:1;
   -    unsigned bonded:1;
   -    unsigned restore:1;
   +    unsigned execute : 1;
   +    unsigned enc_cb : 1;
   +    unsigned bonded : 1;
   +    unsigned restore : 1;
    };
    
    #if MYNEWT_VAL(BLE_HS_DEBUG)
   ```
   
   </details>


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