mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
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:
committed by
José Rebelo
parent
7eaa5bb76b
commit
5b1a4b237b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user