Set write permission for 'write without response' characteristics.
Fork of nRF51822 by
History
Write permission was not set for 'write without response' characteristics.
2014-12-12, by marcuschang [Fri, 12 Dec 2014 17:12:35 +0000] rev 85
Write permission was not set for 'write without response' characteristics.
Synchronized with git rev 03791a03
2014-12-12, by rgrover1 [Fri, 12 Dec 2014 14:15:16 +0000] rev 84
Synchronized with git rev 03791a03
Author: Rohit Grover
minor changes to fix GCC compiler issues
Synchronized with git rev f6b58a5a
2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:23:18 +0000] rev 83
Synchronized with git rev f6b58a5a
Author: Rohit Grover
Release 0.2.5
=============
API enhancements to support read/write authorization for GATT accesses.
Enhancements
~~~~~~~~~~~~
* Add support for authorization, whereby the user application can receive a
callback to authorize a read or a write on a characteristic's value
attribute before GATT commits the transaction.
Bugfixes
~~~~~~~~
Compatibility
~~~~~~~~~~~~~
This release is backward compatible with 0.2.3.
Synchronized with git rev 9b331846
2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:23:17 +0000] rev 82
Synchronized with git rev 9b331846
Author: Rohit Grover
add support for write authorization.
Demo for the LinkLoss Service.; https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml
2014-12-11, by rgrover1 [Thu, 11 Dec 2014 12:07:13 +0000] rev 81
Demo for the LinkLoss Service.; https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml
Synchronized with git rev 5c80717d
2014-12-03, by rgrover1 [Wed, 03 Dec 2014 14:33:28 +0000] rev 80
Synchronized with git rev 5c80717d
Author: Rohit Grover
add support for shutdown().
This API allows for the GATT/GAP state to be purged.
Synchronized with git rev 2c808187
2014-12-03, by rgrover1 [Wed, 03 Dec 2014 14:33:28 +0000] rev 79
Synchronized with git rev 2c808187
Author: Rohit Grover
remove un-necessary comment blocks.
Synchronized with git rev 2415bbb4
2014-11-21, by rgrover1 [Fri, 21 Nov 2014 10:00:41 +0000] rev 78
Synchronized with git rev 2415bbb4
Author: Rohit Grover
Release 0.2.3
=============
Features
~~~~~~~~
* Add nRF51GattServer::initializeGATTDatabase() to have an explicit commit
point where the underlying GATT server is populated.
* Extend ConnectionCallbackParameters_t to include peer_addr.
Bugfixes
~~~~~~~~
none
Compatibility
~~~~~~~~~~~~~
Works with 0.2.4 of BLE_API.
Synchronized with git rev 6cd60389
2014-11-21, by rgrover1 [Fri, 21 Nov 2014 10:00:41 +0000] rev 77
Synchronized with git rev 6cd60389
Author: Rohit Grover
extending ConnectionCallbackParameters_t
Synchronized with git rev eee261a2
2014-11-21, by rgrover1 [Fri, 21 Nov 2014 10:00:41 +0000] rev 76
Synchronized with git rev eee261a2
Author: Rohit Grover
nRFGattServer:: simplify header includes