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/08/23 18:04:12 UTC

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1334: nimble/ll/css: HCI refactor

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

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/controller/src/ble_ll_hci_vs.c
   <details>
   
   ```diff
   @@ -271,8 +271,8 @@
    
    static int
    ble_ll_hci_vs_css_read_conn_slot(uint16_t ocf, const uint8_t *cmdbuf,
   -                                uint8_t cmdlen, uint8_t *rspbuf,
   -                                uint8_t *rsplen)
   +                                 uint8_t cmdlen, uint8_t *rspbuf,
   +                                 uint8_t *rsplen)
    {
        const struct ble_hci_vs_css_read_conn_slot_cp *cmd = (const void *)cmdbuf;
        struct ble_hci_vs_css_read_conn_slot_rp *rsp = (void *)rspbuf;
   ```
   
   </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