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

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### apps/ext_peripheral/src/main.c
   <details>
   
   ```diff
   @@ -43,15 +43,14 @@
        /* Connection handles for each of the advertising instances */
        uint16_t conn_handle;
    } conns[3] = {
   -{.predef_uuid = BLE_UUID128_INIT(0x2f, 0xce, 0xe2, 0x12, 0xb7, 0xa9, 0xdf, 
0xaf,
   -                                     0xab, 0x4b, 0x99, 0x70, 0xe0, 0x69, 
0x65, 0xb7)
   -    },
   -{
   -    .predef_uuid = BLE_UUID128_INIT(0x89, 0x53, 0xff, 0x58, 0x00, 0x10, 
0x2f, 0xb2,
   +    {.predef_uuid = BLE_UUID128_INIT(0x2f, 0xce, 0xe2, 0x12, 0xb7, 0xa9, 
0xdf, 0xaf,
   +                                     0xab, 0x4b, 0x99, 0x70, 0xe0, 0x69, 
0x65, 0xb7)},
   +    {
   +        .predef_uuid = BLE_UUID128_INIT(0x89, 0x53, 0xff, 0x58, 0x00, 0x10, 
0x2f, 0xb2,
                                        0xad, 0x4b, 0x9f, 0x35, 0xde, 0xac, 
0x15, 0x79)
        },
   -{
   -    .predef_uuid = BLE_UUID128_INIT(0x1d, 0x8e, 0x07, 0x24, 0xcb, 0x33, 
0x0a, 0xa5,
   +    {
   +        .predef_uuid = BLE_UUID128_INIT(0x1d, 0x8e, 0x07, 0x24, 0xcb, 0x33, 
0x0a, 0xa5,
                                        0x89, 0x47, 0x1b, 0xef, 0x74, 0x51, 
0x4e, 0xf7)
        }
    };
   ```
   
   </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