An open API service indexing awesome lists of open source software.

https://github.com/don/duplicate-uuid

Cordova & Bleno project to test Bluetooth LE services with duplicate UUIDs
https://github.com/don/duplicate-uuid

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

### Bluetooth LE duplicate UUID

[Cordova](http://cordova.apache.org) and [bleno](https://github.com/sandeepmistry/bleno) project to test Bluetooth LE services with duplicate UUIDs causing bugs with [cordova-plugin-ble-central](https://github.com/don/cordova-plugin-ble-central).

See [Issue 82](https://github.com/don/cordova-plugin-ble-central/issues/82) and [Pull Request 94](https://github.com/don/cordova-plugin-ble-central/pull/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