BLEDevice<TRegistration extends BLEDeviceRegistration> constructor
BLEDevice<TRegistration extends BLEDeviceRegistration> ({})
Implementation
BLEDevice({
required super.roleName,
super.isOptional = true,
List<String>? serviceUuids,
this.namePrefix,
this.minRssi,
this.allowDuplicates = true,
this.timeout,
}) {
this.serviceUuids = serviceUuids ?? [];
}