Reference Language | Libraries | Comparison | Changes
ArduinoBLE : BLEDescriptor class
Create a new BLE descriptor.
BLEDescriptor(uuid, value, valueSize)
BLEDescriptor(uuid, stringValue)
uuid: 16-bit or 128-bit UUID in string format
value: byte array value
valueSize: size of byte array value
stringValue: value as a string
New BLEDescriptor with the specified UUID and value
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.