piotrnarajowski commented on code in PR #2013:
URL: https://github.com/apache/mynewt-nimble/pull/2013#discussion_r2034762635
##########
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:
But they are used in `ble_gatts_pending_req_auth()`. Maybe it's confusing
because they are in separate commits.
Or did you mean to remove all `ble_att_svr_build_foo_rsp` from
`ble_att_priv.h`, because these are not used outside `ble_att_svr.c `file
--
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]