Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
History
Synchronized with git rev bbc2dc58
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:40 +0100] rev 1140
Synchronized with git rev bbc2dc58
Author: Joe Finney
microbit: Additional callback to indicate to applications when System
Attributes require initialisation from persistent storage.
Synchronized with git rev 1b78b7bb
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:39 +0100] rev 1139
Synchronized with git rev 1b78b7bb
Author: Joe Finney
microbit: Added 'bonds' field to Gap::Whitelist_t structure
It is common for application to need to know the number of bonds stored at any
time, for the purposes of bond management. This simple addition allows
applicaitons to discover the number of bonds present using the existing API.
Synchronized with git rev 33067370
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:37 +0100] rev 1138
Synchronized with git rev 33067370
Author: Joe Finney
microbit: Added support for explicit notification
Introduce abality to explicitly perform a notify/indicate opertion on a characteristic.
This brings benefits of a reduce RAM footprint for storing GattCharacterisitics.
n.b. temporary measure until ARM mbed integrate more generic optimisations.
Synchronized with git rev a5f6d4b8
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:33 +0100] rev 1137
Synchronized with git rev a5f6d4b8
Author: Joe Finney
microbit: Disabled default instantiation of DFUService.
micro:bit operates its own custom service for this purpose.
Synchronized with git rev 7c1aa005
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:32 +0100] rev 1136
Synchronized with git rev 7c1aa005
Author: Joe Finney
microbit: Added support for explicit notification
Introduce abality to explicitly perform a notify/indicate opertion on a characteristic.
This brings benefits of a reduce RAM footprint for storing GattCharacterisitics.
n.b. temporary measure until ARM mbed integrate more generic optimisations.
Synchronized with git rev cfbc9f3f
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:31 +0100] rev 1135
Synchronized with git rev cfbc9f3f
Author: Joe Finney
microbit: Disabled default instantiation of DFUService.
micro:bit operates its own custom service for this purpose.
Synchronized with git rev d363d7ee
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:30 +0100] rev 1134
Synchronized with git rev d363d7ee
Author: Rohit Grover
Merge branch 'develop'
Synchronized with git rev 12c913d2
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:28 +0100] rev 1133
Synchronized with git rev 12c913d2
Author: Rohit Grover
Release 2.1.7
=============
updating versions for dependencies
Synchronized with git rev 35adda98
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:27 +0100] rev 1132
Synchronized with git rev 35adda98
Author: Rohit Grover
Release 2.1.6
=============
Minor update around GattCharacteristics having variable length.
Synchronized with git rev 13bf70b6
2016-04-06, by LancasterUniversity [Wed, 06 Apr 2016 18:40:26 +0100] rev 1131
Synchronized with git rev 13bf70b6
Author: Rohit Grover
Release 2.1.5
=============
A minor release to separate the concept of minlen and len in
GattCharacteristic. Also contains some improvements to documentation.