Improve readability with getHandle inline

Fork of BLE_API by Bluetooth Low Energy

History

Merged the BLE_API from upstream default tip

2015-01-12, by schilit [Mon, 12 Jan 2015 14:49:53 -0800] rev 257

Merged the BLE_API from upstream


Synchronized with git rev c7d406c2

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 15:52:48 +0000] rev 256

Synchronized with git rev c7d406c2
Author: Rohit Grover
ServiceDataPayload can have a maximum of 18 bytes of URIData.

fixes #6


Synchronized with git rev 2552bf25

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:32:24 +0000] rev 255

Synchronized with git rev 2552bf25
Author: Rohit Grover
Release 0.2.9
=============

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. We now have an API for
GattCharacterisitc called setWriteAuthorizationCallback() which can filter
incoming access requests before they get applied to the GATT database.

Bugfixes
~~~~~~~~

Compatibility
~~~~~~~~~~~~~

This release is backward compatible with 0.2.4.


Synchronized with git rev a74b4898

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:32:24 +0000] rev 254

Synchronized with git rev a74b4898
Author: Rohit Grover
minor rename of a variable


Synchronized with git rev 45964800

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:32:24 +0000] rev 253

Synchronized with git rev 45964800
Author: Rohit Grover
white space diff.


Synchronized with git rev 15cca66a

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:32:24 +0000] rev 252

Synchronized with git rev 15cca66a
Author: Rohit Grover
employ write-authorization support in simplifying URIBeaconConfigService.

fixes #12


Synchronized with git rev 7a298b6a

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:32:24 +0000] rev 251

Synchronized with git rev 7a298b6a
Author: Rohit Grover
Add support for write authorization for Characteristics.


Synchronized with git rev 7ac6aea0

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:32:23 +0000] rev 250

Synchronized with git rev 7ac6aea0
Author: Rohit Grover
remove un-necessary header include; and some white space diffs.


Synchronized with git rev 07baffd9

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 13:32:23 +0000] rev 249

Synchronized with git rev 07baffd9
Author: Rohit Grover
white space diffs.


Synchronized with git rev 5ee435ea

2014-12-11, by rgrover1 [Thu, 11 Dec 2014 11:52:32 +0000] rev 248

Synchronized with git rev 5ee435ea
Author: Rohit Grover
Release 0.2.8
=============

Minor API enhancements to support LinkLoss service.

Enhancements
~~~~~~~~~~~~

* Introduce LinkLoss Service.
https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx?u=org.bluetooth.service.link_loss.xml

* Add BLEDevice::addToDisconnectionCallChain(). This is in some sense parallel
to the onDisconnection callback; but it allows for chaining and these
callbacks don't receive any context.

* Some improvements to documentation.

Bugfixes
~~~~~~~~

Compatibility
~~~~~~~~~~~~~

This release is backward compatible with 0.2.4.