NimBLE-Arduino
NimBLE-Arduino copied to clipboard
BLE Peripheral OTS example?
Is there by any chance an example of implementing the OTS GATT service?
Can this be done with NimBLE?
thank you
There is a L2CAP server class that will be implemented shortly in this repo but to create this service would require too much time that would have little benefit for most users. You will need to study the service requirements and implement them using the API once implemented.
OK. thanks for the response.