From 87c2ca72fb6f1833d4fc028d27a1a58565cb3e40 Mon Sep 17 00:00:00 2001 From: relan Date: Wed, 18 Sep 2019 21:29:52 +0300 Subject: [PATCH] New app: BLE Peripheral Simulator Closes fdroid/rfp#843. --- ...ithub.webbluetoothcg.bletestperipheral.yml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 metadata/io.github.webbluetoothcg.bletestperipheral.yml diff --git a/metadata/io.github.webbluetoothcg.bletestperipheral.yml b/metadata/io.github.webbluetoothcg.bletestperipheral.yml new file mode 100644 index 0000000000..e6f2b69e19 --- /dev/null +++ b/metadata/io.github.webbluetoothcg.bletestperipheral.yml @@ -0,0 +1,39 @@ +Categories: + - Connectivity +License: Apache-2.0 +SourceCode: https://github.com/WebBluetoothCG/ble-test-peripheral-android +IssueTracker: https://github.com/WebBluetoothCG/ble-test-peripheral-android/issues +Changelog: https://github.com/WebBluetoothCG/ble-test-peripheral-android/releases + +AutoName: BLE Peripheral Simulator +Summary: Try out Web Bluetooth without the need for a BLE Peripheral Device +Description: |- + A developer can use the app to simulate a BLE Peripheral with one of three + services: + + * Battery Service + * Heart Rate Service + * Health Thermometer Service + + The developer can use the new Web Bluetooth features to connect to the app + to Read and Write Characteristics, Subscribe to Notifications for when the + Characteristics change, and Read and Write Descriptors. + + From the app a developer can set the characteristics' values, send + notifications and disconnect. + +RepoType: git +Repo: https://github.com/WebBluetoothCG/ble-test-peripheral-android + +Builds: + - versionName: '3.0' + versionCode: 3 + commit: '3.0' + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '3.0' +CurrentVersionCode: 3