piotrnarajowski commented on code in PR #2013:
URL: https://github.com/apache/mynewt-nimble/pull/2013#discussion_r2034799052
##########
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:
OK, removed all unnecessary declarations from` ble_att_priv.h` and converted
them back to static. PTAL
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]