Hi,
we want to provide an OTS server with the nRF Connect SDK. But there does not seem to be a way to write to an OTS object. Is there some documentation on the OTS write procedure using the connect sdk or Zephyr in general?
Thank you
Daniel
Hi,
we want to provide an OTS server with the nRF Connect SDK. But there does not seem to be a way to write to an OTS object. Is there some documentation on the OTS write procedure using the connect sdk or Zephyr in general?
Thank you
Daniel
Hi Daniel,
OTS service and client are on sdk-zephyr/subsys/bluetooth/services/ots at main · nrfconnect/sdk-zephyr (github.com).
OTS peripheral sample is on sdk-zephyr/samples/bluetooth/peripheral_ots at main · nrfconnect/sdk-zephyr (github.com).
We have a PR on upstream zephyr for OTS OBJ write op and central OTS client here.