serviceClassList property
List<ServiceClass>
get
serviceClassList
Implementation
List<ServiceClass> get serviceClassList {
var list = <ServiceClass>[];
_addServiceClassList(EIRType.Inc16BitUUID, 2, list);
_addServiceClassList(EIRType.Com16BitUUID, 2, list);
_addServiceClassList(EIRType.Inc32BitUUID, 4, list);
_addServiceClassList(EIRType.Com32BitUUID, 4, list);
_addServiceClassList(EIRType.Inc128BitUUID, 16, list);
_addServiceClassList(EIRType.Com128BitUUID, 16, list);
return list;
}