OpenSeizureDetector / Android_Pebble_SD

The main OpenSeizureDetector Android App, that is published on the Android Play Store.
http://openseizuredetector.org.uk
GNU General Public License v3.0
9 stars 11 forks source link

V4.2.7 - BangleJS2 does not work with new BLE2 data source #178

Open jones139 opened 2 months ago

jones139 commented 2 months ago

With BangleJS2, the start-up screen get stuck waiting for seizure data and waiting for settings - it works ok on the original Bluetooth data source, so I must have forgotten to include checks for the characteristics that BangleJS2 is using....

jones139 commented 2 months ago

I'll have to look more closely at this - it is not obvious why it is not working at the moment - it looks like it is trying to subscribe to characteristic changes, but it is not receiving anything in BLE2 data source

jones139 commented 1 month ago

I am struggling to see why PineTime works and BangleJS does not, so as a work around I have labelled BLE data source as BangleJS and BLE2 as PineTime in the data source menu.
This needs fixing properly though, but it can wait until V4.3