The goal for this POC is to be able to use a (Android or iOS) device's Bluetooth to connect to other Bluetooth peripherals.
Checkout the branch feat/web-bluetooth-api for the web app.
Hybrid app
Checkout the branch feat/android or feat/ios for the hybrid app.
$ npm i
Android
$ cordova platform add android
$ cordova run android
$ cordova platform add android
$ cordova run android
Checkout the branch feat/react-native for the native app.