andrzej-kaczmarek commented on code in PR #2013:
URL: https://github.com/apache/mynewt-nimble/pull/2013#discussion_r2033773878


##########
nimble/host/src/ble_att_svr.c:
##########
@@ -471,6 +560,190 @@ ble_att_svr_read_flat(uint16_t conn_handle,
     return rc;
 }
 
+int
+ble_att_svr_create_read_rsp(uint16_t conn_handle, uint16_t cid,

Review Comment:
   helpers that are not used outside this file should be `static` and they 
don't need to be declared in `ble_att_priv.h`



-- 
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: notifications-unsubscr...@mynewt.apache.org

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

Reply via email to