-
How many characteristics could I include in a service? How many bytes (uint8_t) could I set in a characteristic (maximum length of the std::vector<uint8_t>)? Thanks in advance, capc0307. |
Beta Was this translation helpful? Give feedback.
Answered by
h2zero
Jul 6, 2024
Replies: 1 comment
-
There is no hard limit on the number of characteristics. The BLE specification says the largest data size in a characteristic is 512 bytes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
capc0307
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no hard limit on the number of characteristics. The BLE specification says the largest data size in a characteristic is 512 bytes.