fork
Fork of nRF51822 by
History
changes
2015-08-13, by elevatorguy [Thu, 13 Aug 2015 02:33:38 +0000] rev 386
changes
Synchronized with git rev e408ce6f
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:03 +0100] rev 385
Synchronized with git rev e408ce6f
Author: Rohit Grover
Release 0.4.2
=============
This is a minor release.
Enhancements
~~~~~~~~~~~~
* fix #53: add GattClient API for handling HVX Events (notifications and
indications). Refer to GattClient::onHVX(HVXCallback_t ...).
* Reformat source tree to align nRF51822 for yotta.
Bugfixes
~~~~~~~~
none.
Synchronized with git rev 57c99a5a
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:03 +0100] rev 384
Synchronized with git rev 57c99a5a
Author: Rohit Grover
fix #22: add GattClient API for handling HVX Events (notifications and indications).
Synchronized with git rev 842a7b46
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:03 +0100] rev 383
Synchronized with git rev 842a7b46
Author: Rohit Grover
update module.json with version numbers
Synchronized with git rev 5370a509
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:03 +0100] rev 382
Synchronized with git rev 5370a509
Author: Rohit Grover
relocating the tree under ble-nrf51822/btle
Synchronized with git rev 094e94b9
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:03 +0100] rev 381
Synchronized with git rev 094e94b9
Author: Rohit Grover
Merge branch 'master' of https://github.com/autopulated/nRF51822 into autopulated-master
Synchronized with git rev d854663c
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:02 +0100] rev 380
Synchronized with git rev d854663c
Author: Rohit Grover
add consts at a couple of places.
Synchronized with git rev bf140541
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:02 +0100] rev 379
Synchronized with git rev bf140541
Author: Rohit Grover
close #21: provide an implementation for areUpdatesEnabled()
Synchronized with git rev 1682fb09
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:02 +0100] rev 378
Synchronized with git rev 1682fb09
Author: Rohit Grover
fixes #20: addService initializes value attribute handles correctly. Previously these were getting confused with characteristicIndex.
Event handlers also return attribute handles correctly now; they were also previously returning characteristic indices.
Synchronized with git rev 4bedd5ac
2015-07-06, by rgrover1 [Mon, 06 Jul 2015 10:21:02 +0100] rev 377
Synchronized with git rev 4bedd5ac
Author: Rohit Grover
replace DiscoveredCharacteristic::setupOnDataRead() with GattClient::onDataRead()