BLE_API for nRF51

Fork of BLE_API by Bluetooth Low Energy

History

Security UART default tip

2016-05-18, by chiang404 [Wed, 18 May 2016 11:21:11 +0000] rev 1201

Security UART


Synchronized with git rev f19d0940

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:16:08 +0100] rev 1200

Synchronized with git rev f19d0940
Author: Bogdan Marinescu
version v2.6.0


Synchronized with git rev 4ea795e8

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:16:06 +0100] rev 1199

Synchronized with git rev 4ea795e8
Author: Vincent Coubard
Add changelog for version 2.5.2.


Synchronized with git rev a6437fc0

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:16:05 +0100] rev 1198

Synchronized with git rev a6437fc0
Author: Vincent Coubard
version v2.5.2


Synchronized with git rev 6525630c

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:16:03 +0100] rev 1197

Synchronized with git rev 6525630c
Author: Vincent Coubard
Fix typo in module dependency.


Synchronized with git rev db2ad9a7

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:16:02 +0100] rev 1196

Synchronized with git rev db2ad9a7
Author: Vincent Coubard
Add nrf52 as a dependency


Synchronized with git rev 35624d1e

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:16:00 +0100] rev 1195

Synchronized with git rev 35624d1e
Author: Vincent Coubard
Update Changelog for version 2.5.1


Synchronized with git rev 1a35d98d

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:15:58 +0100] rev 1194

Synchronized with git rev 1a35d98d
Author: Vincent Coubard
version v2.5.1


Synchronized with git rev 1ff1b5f8

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:15:48 +0100] rev 1193

Synchronized with git rev 1ff1b5f8
Author: Vincent Coubard
Merge pull request #171 from andresag01/fix_adv_payload

Invalid adv payloads are not committed before checking


Synchronized with git rev d279f7aa

2016-04-06, by vcoubard [Wed, 06 Apr 2016 19:15:46 +0100] rev 1192

Synchronized with git rev d279f7aa
Author: Andres Amaya Garcia
Change onShutdown(obj, func) definition

Change onShutdown(obj, func) definition for func so that it takes the same
arguments as function-only callbacks rather than void.