evothings / cordova-ble

Bluetooth Low Energy plugin for Cordova
http://www.evothings.com/
Apache License 2.0
242 stars 103 forks source link

Extend test program #16

Open ghost opened 10 years ago

ghost commented 10 years ago

The test program in test.html could be extended with tests for notifications.

One approach is that when a characteristic that supports notifications is found, notifications are enabled and kept running for something like 10 updates (or more), then disabled.

How about testing write operations? This would need devices for testing that can be written to. A basic test could be to write a value then read the value and check that yet are equal.