Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
History
Disabled autogenerated DFU Service
2015-05-21, by finneyj [Thu, 21 May 2015 09:34:46 +0000] rev 403
Disabled autogenerated DFU Service
Synchronized with git rev ca9f8a9c
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:10 +0100] rev 402
Synchronized with git rev ca9f8a9c
Author: Rohit Grover
add some comments to highlight deprecated type aliases.
Synchronized with git rev 0a59dd0c
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:10 +0100] rev 401
Synchronized with git rev 0a59dd0c
Author: Rohit Grover
remove extraneous declaration of AdvertisementType_t
Synchronized with git rev c577e02e
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:09 +0100] rev 400
Synchronized with git rev c577e02e
Author: Rohit Grover
GapScanningParams takes in interval and window args in units of ms.
But then translates them internally to units of 0.625ms.
Synchronized with git rev deac909a
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:09 +0100] rev 399
Synchronized with git rev deac909a
Author: Rohit Grover
rename Gap::GAP_DURATION_UNITS_TO_MS to Gap::ADVERTISEMENT_DURATION_UNITS_TO_MS
Synchronized with git rev ca3ed00d
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:09 +0100] rev 398
Synchronized with git rev ca3ed00d
Author: Rohit Grover
fix value of UNIT_0_625_MS
Synchronized with git rev 002ebbe3
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:09 +0100] rev 397
Synchronized with git rev 002ebbe3
Author: Rohit Grover
replace inclusion of GapScanningParams with a forward declaration.
Synchronized with git rev ad8c79ae
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:09 +0100] rev 396
Synchronized with git rev ad8c79ae
Author: Rohit Grover
updating comment block.
Synchronized with git rev 68036cd4
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:09 +0100] rev 395
Synchronized with git rev 68036cd4
Author: Rohit Grover
white space diffs.
Synchronized with git rev 2a685ffc
2015-05-13, by rgrover1 [Wed, 13 May 2015 08:51:09 +0100] rev 394
Synchronized with git rev 2a685ffc
Author: Rohit Grover
add support for active scanning.