Limitations of LBLE library
The known limitations of the LBLE library is as follows, suggestions or feature implementation requests are welcome, please post your comments in our forum.
LBLEPeripheral only supports 128-bit UUID. To use 16-bit UUID, you need to convert it to 128-bit UUID with the Bluetooth base UUID.
Indication are not supported as of now.
Cannot define descriptors.
Cannot dynamically add new services and characteristics after
begin().
Cannot adjust TX power for advertisements.
Last updated