characteristics property
A list of BleCharacteristic objects that belong to this service.
Each BleCharacteristic encapsulates the UUID, properties, and permissions of a particular characteristic within this service.
Implementation
final List<BleCharacteristic> characteristics;