BLE ADD Dynamic Characteristic

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

it is possible to add or delete a BLE characteristic in run-time?

Armando

0 Likes
1 Solution
JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

You won't be able to alter a single characteristic within an initialized GATT db. What you can do is have an entire second GATT db with the changes made and switch between the two dynamically. See the post here for a sample app of this action: How to change the GATT database after init (bleapp_set_cfg) ?

Jacob

View solution in original post

1 Reply