Open
Description
Hello,
I recently discovered that BLECharacteristic
and BLEServices
do not store the uuid
given to them in their constructor.
I wonder why is that the case? Wouldn't it make more sense if they were to manage their uuid internally, which would mean copy it somewhere where they have control over it's lifetime ?
I'd be willing to delve a bit more into that and see what could be done if need be.
Thanks