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

   
   <!-- 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_gatt.h
   <details>
   
   ```diff
   @@ -478,7 +478,7 @@
     */
    int ble_gattc_notify_custom(uint16_t conn_handle, uint16_t att_handle,
                                struct os_mbuf *om)
   -                            __attribute__((deprecated("Deprecated. Should 
not be used. "
   +__attribute__((deprecated("Deprecated. Should not be used. "
                                "Use ble_gatts_notify_custom instead.")));
    
    /**
   @@ -499,7 +499,7 @@
     * Deprecated. Should not be used. Use ble_gatts_notify instead.
     */
    int ble_gattc_notify(uint16_t conn_handle, uint16_t chr_val_handle)
   -                     __attribute__((deprecated("Deprecated. Should not be 
used. "
   +__attribute__((deprecated("Deprecated. Should not be used. "
                         "Use ble_gatts_notify instead.")));
    
    /**
   @@ -523,7 +523,7 @@
     */
    int ble_gattc_indicate_custom(uint16_t conn_handle, uint16_t chr_val_handle,
                                  struct os_mbuf *txom)
   -                              __attribute__((deprecated("Deprecated. Should 
not be used. "
   +__attribute__((deprecated("Deprecated. Should not be used. "
                                  "Use ble_gatts_indicate_custom instead.")));
    
    /**
   @@ -544,7 +544,7 @@
     * Deprecated. Should not be used. Use ble_gatts_indicate instead.
     */
    int ble_gattc_indicate(uint16_t conn_handle, uint16_t chr_val_handle)
   -                       __attribute__((deprecated("Deprecated. Should not be 
used. "
   +__attribute__((deprecated("Deprecated. Should not be used. "
                           "Use ble_gatts_notify_custom instead.")));
    
    int ble_gattc_init(void);
   ```
   
   </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