I am trying to modify the ble_app_peripheral example project to connect to an app that is sending a write request with a specific handle (in my case 0x0055). The ble_app_peripheral project as it is currently returns an error response with an invalid handle error code. How can I create an attribute with this handle number using version 6.0.12 of the SDK?
Device:
嗨mark.palomer,
Please find the API: attm_svc_create_db()
You can set the start handle to the value as expected.
Br
宜宾