uuids property
A list of service UUIDS that this advertisement says the device's GATT server supports. Note the List returned is a List.unmodifiable version so you cannot modify the returned value without causing errors!
These UUIDS must be described in the RequestOptions.optionalServices or BluetoothScanFilter.services or else they will be filtered out even though the device may support them.
Implementation
@override
final List<String> uuids;