optionalServices property

List<String> get optionalServices

A list of service UUIDS that a device may have or may not have.

NOTE:* You NEED to define a service in either the filters or optionalServices if you want to be able to communicate with a characteristic in it.

Implementation

external List<String> get optionalServices;