Minor fixes

Fork of BLE_API by Bluetooth Low Energy

History

Names anonymous enum `ble_gatt_format_e` (in keeping with style of others) default tip

2015-07-13, by OJFord [Mon, 13 Jul 2015 10:04:26 +0000] rev 729

Names anonymous enum `ble_gatt_format_e` (in keeping with style of others)


comment/doxy typo fix

2015-07-07, by OJFord [Tue, 07 Jul 2015 17:21:09 +0000] rev 728

comment/doxy typo fix


exposes optional descriptors in templated characteristic constructors

2015-07-06, by OJFord [Mon, 06 Jul 2015 16:54:47 +0000] rev 727

exposes optional descriptors in templated characteristic constructors


Synchronized with git rev 4ac9700a

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 09:06:12 +0100] rev 726

Synchronized with git rev 4ac9700a
Author: Rohit Grover
update LinkLossService with changes to GattWriteCallbackParams


Synchronized with git rev 417b857d

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 09:06:12 +0100] rev 725

Synchronized with git rev 417b857d
Author: Rohit Grover
changing a comment pattern to request action from porters.


Synchronized with git rev 9a0be477

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 09:06:12 +0100] rev 724

Synchronized with git rev 9a0be477
Author: Rohit Grover
Introduce GattServer API to determine notification status for a characteristic.
follow up from https://github.com/mbedmicro/BLE_API/pull/41.
@jeremybrodt did a lovely job submitting that pull request, but there had been too many changes in the neighbouring code recently to merge his work directly. I didn't take the trouble of preseving his submission in the history; my apologies--credit for this API goes entirely to him.


Synchronized with git rev 45368118

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 09:06:12 +0100] rev 723

Synchronized with git rev 45368118
Author: Rohit Grover
change access levels to protected for various members of the standard services


Synchronized with git rev b633e90c

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 09:06:12 +0100] rev 722

Synchronized with git rev b633e90c
Author: Rohit Grover
replace use of updateCharacteristicValue() with ble.gattServer().write()


Synchronized with git rev 7fb8b66e

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 09:06:12 +0100] rev 721

Synchronized with git rev 7fb8b66e
Author: Rohit Grover
minor rename of a variable.


Synchronized with git rev 2d594048

2015-07-02, by rgrover1 [Thu, 02 Jul 2015 09:06:12 +0100] rev 720

Synchronized with git rev 2d594048
Author: Rohit Grover
#49: replace DiscoveredCharacteristic::setupOnDataRead() with GattClient::onDataRead()