We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be possible for add new characteristics in runtime.
Perhaps the .gatt can be still used , in addition to the runtime feature... or perhaps not.
Look at Arduino wrapper for BTstack which contains code that register service / characteristics in runtime. https://github.com/bluekitchen/btstack/blob/2b49e57bd1fae85ac32ac1f41cdb7c794de335f6/port/arduino/BTstack.cpp
or it could be used using: https://github.com/bluekitchen/btstack/blob/master/src/ble/att_db_util.h
Discussion here: https://discord.com/channels/775177861665521725/1242138144745324584
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It should be possible for add new characteristics in runtime.
Perhaps the .gatt can be still used , in addition to the runtime feature... or perhaps not.
Look at Arduino wrapper for BTstack which contains code that register service / characteristics in runtime.
https://github.com/bluekitchen/btstack/blob/2b49e57bd1fae85ac32ac1f41cdb7c794de335f6/port/arduino/BTstack.cpp
or it could be used using:
https://github.com/bluekitchen/btstack/blob/master/src/ble/att_db_util.h
Discussion here:
https://discord.com/channels/775177861665521725/1242138144745324584
The text was updated successfully, but these errors were encountered: