WeightScale: add btle profile and generic device coordinator / device support (#5225)

Adds support for receiving weights from standard Bluetooth Weight scales:
0000181d-0000-1000-8000-00805f9b34fb - org.bluetooth.service.weight_scale
00002a9d-0000-1000-8000-00805f9b34fb - org.bluetooth.characteristic.weight_measurement
https://www.bluetooth.com/specifications/specs/weight-scale-service-1-0-1/
This commit is contained in:
Thomas Kuehne
2025-08-18 11:23:52 +02:00
committed by José Rebelo
parent 7eaa5bb76b
commit 5b1a4b237b
18 changed files with 1070 additions and 3 deletions
+4
View File
@@ -279,6 +279,10 @@
android:name=".devices.ultrahuman.UltrahumanBreathingActivity"
android:label="@string/devicetype_ultrahuma_ring_air"
android:parentActivityName=".activities.ControlCenterv2" />
<activity
android:name=".devices.generic_scale.GenericWeightScaleMeasurementActivity"
android:label="@string/devicetype_generic_weight_scale"
android:parentActivityName=".activities.ControlCenterv2" />
<activity
android:name=".devices.thermalprinter.SendToPrinterActivity"
android:label="@string/devicetype_generic_thermal_printer"