apache-mynewt-bot removed a comment on issue #796: Apps: central added
URL: https://github.com/apache/mynewt-nimble/pull/796#issuecomment-615190375
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### apps/central/src/main.c
   <details>
   
   ```diff
   @@ -141,14 +141,14 @@
    {
        int rc;
    
   -    /* set scan parameters: 
   +    /* set scan parameters:
            - scan interval in 0.625ms units
            - scan window in 0.625ms units
            - filter policy - 0 if whitelisting not used
            - limited - should limited discovery be used
            - passive - should passive scan be used
            - filter duplicates - 1 enables filtering duplicated advertisements
   -    */
   +     */
        const struct ble_gap_disc_params scan_params = {10000, 200, 0, 0, 0, 1};
    
        /* performs discovery procedure */
   ```
   
   </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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to