To remove sensorhub-android-meshtastic and use only sensorhub-driver-meshtastic from osh-addons, we need a BLE communication provider for Android.
Create a BleGattCommProvider in sensorhub-android-service that wraps Android BLE GATT into InputStream and OutputStream. This lets us use BLE without a Meshtastic-specific Android driver.
Create a BleGattCommProvider in sensorhub-android-service that:
Once done, we can remove sensorhub-android-meshtastic anad use sensorhub-driver-meshtastic with this comm provider.
this will also benefit
- Polar
- Angel
- Kestrel
- STE Rad Pager
To remove sensorhub-android-meshtastic and use only sensorhub-driver-meshtastic from osh-addons, we need a BLE communication provider for Android.
Create a BleGattCommProvider in sensorhub-android-service that wraps Android BLE GATT into InputStream and OutputStream. This lets us use BLE without a Meshtastic-specific Android driver.
Create a BleGattCommProvider in sensorhub-android-service that:
Once done, we can remove
sensorhub-android-meshtasticanad usesensorhub-driver-meshtasticwith this comm provider.this will also benefit