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 2022/12/13 12:50:07 UTC

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1420: nimble/host: Add helper macros to set interval min / max for perdiodic adv

apache-mynewt-bot commented on PR #1420:
URL: https://github.com/apache/mynewt-nimble/pull/1420#issuecomment-1348487589

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/host/include/host/ble_gap.h
   <details>
   
   ```diff
   @@ -1459,7 +1459,7 @@
    /** @brief Periodic advertising parameters  */
    struct ble_gap_periodic_adv_params {
        /** If include TX power in advertising PDU */
   -    unsigned int include_tx_power:1;
   +    unsigned int include_tx_power : 1;
    
        /** Minimum advertising interval in 1.25ms units, if 0 stack use sane
         *  defaults
   ```
   
   </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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org