-
Suppose that my device has one gatt server with several gatt service, each of them has several characteristics. Does TrouBLE ensure that the handles for those characteristics are same across reboots? Ideally, if the services are fixed, the assigned handle numbers should be same as well, so that the central side could cache the services and don't have to re-discover the characteristics everytime the peripheral reconnect, am I right? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I believe if youre using the macros, the table will be built in the order of the fields. If its not, thats a bug. |
Beta Was this translation helpful? Give feedback.
-
You can use the service changed characteristic to hint that the table should be refreshed on the central |
Beta Was this translation helpful? Give feedback.
I believe if youre using the macros, the table will be built in the order of the fields. If its not, thats a bug.