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

   
   <!-- 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_hs_startup.c
   <details>
   
   ```diff
   @@ -251,14 +251,14 @@
    #endif
    
    #if MYNEWT_VAL(BLE_POWER_CONTROL)
   -     if (version >= BLE_HCI_VER_BCS_5_2) {
   -         /**
   -          * Enable the following LE events:
   -          * 0x0000000080000000 LE Path Loss Threshold event
   -          * 0x0000000100000000 LE Transmit Power Reporting event
   -          */
   -         mask |= 0x0000000180000000;
   -     }
   +    if (version >= BLE_HCI_VER_BCS_5_2) {
   +        /**
   +         * Enable the following LE events:
   +         * 0x0000000080000000 LE Path Loss Threshold event
   +         * 0x0000000100000000 LE Transmit Power Reporting event
   +         */
   +        mask |= 0x0000000180000000;
   +    }
    #endif
    
        cmd.event_mask = htole64(mask);
   ```
   
   </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-unsubscr...@mynewt.apache.org

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

Reply via email to