Provides an example of how passing uuids to the winrt code is currently broken (albeit currently unused and not causing issues), and provides an addDashesToUuid utility function that corrects this.
Modifies the discoverServices function in bindings.js to use the more efficient getGattServicesForUuid when the user is only requesting ONE service.
… passing of Uuids to winrt C code.
This pull request does 2 things:
Provides an example of how passing uuids to the winrt code is currently broken (albeit currently unused and not causing issues), and provides an addDashesToUuid utility function that corrects this.
Modifies the discoverServices function in bindings.js to use the more efficient getGattServicesForUuid when the user is only requesting ONE service.