/duplicate-uuid

Cordova & Bleno project to test Bluetooth LE services with duplicate UUIDs

Primary LanguageJavaScript

Bluetooth LE duplicate UUID

Cordova and bleno project to test Bluetooth LE services with duplicate UUIDs causing bugs with cordova-plugin-ble-central.

See Issue 82 and Pull Request 94.

Run the Bluetooth Service

$ cd bleno
$ npm install
$ node .

Cordova

$ cordova plugin install cordova-plugin-ble-central
$ cordova platform add android
$ cordova platform add ios
$ cordova run