Thank you very much!
If other people are interested in this: the parameter numHandles of the function createService allows you to specify the number of characteristics.
Just out of curiosity: is it possible to change also the number of services?
Search found 2 matches
- Sun Sep 30, 2018 1:55 pm
- Forum: ESP32 Arduino
- Topic: BLE: limited number of services and characteristics
- Replies: 6
- Views: 16182
- Thu Sep 27, 2018 12:22 pm
- Forum: ESP32 Arduino
- Topic: BLE: limited number of services and characteristics
- Replies: 6
- Views: 16182
BLE: limited number of services and characteristics
Hi, I'm using BLE on ESP32. The ESP32 board is my server. I have a problem: the number of services is limited to 7, and also the number of characteristics is limited to 7. If I try to use more services or characteristics the client (the smartphone or another ESP32 board) can't see them. Is it possib...