Device connection: added basic code for scan-reconnect

This commit is contained in:
Daniel Dakhno
2024-02-12 23:28:10 +01:00
parent 8b9462f521
commit adf55fea93
14 changed files with 556 additions and 49 deletions
+6
View File
@@ -431,6 +431,12 @@
android:name=".devices.pinetime.PineTimeDFUService"
android:label="PineTime Nordic DFU service" />
<service
android:name=".service.btle.BLEScanService"
android:enabled="true"
android:exported="false">
</service>
<receiver
android:name=".externalevents.GenericWeatherReceiver"
android:enabled="true"