BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

History

CSSE4011 BLE IMU Project default tip

2015-06-10, by flywind [Wed, 10 Jun 2015 09:43:26 +0000] rev 408

CSSE4011 BLE IMU Project


Synchronized with git rev bee91cab

2015-05-18, by rgrover1 [Mon, 18 May 2015 09:54:27 +0100] rev 407

Synchronized with git rev bee91cab
Author: Rohit Grover
enable <object,callbackMember> context for startScan.


Synchronized with git rev aebfbce3

2015-05-18, by rgrover1 [Mon, 18 May 2015 09:54:27 +0100] rev 406

Synchronized with git rev aebfbce3
Author: Rohit Grover
redefine AdvertisementReportCallback_t in terms of AdvertisementCallbackParams_t.
This allows us to make use of FunctionPointerWithContext.


Synchronized with git rev 92634365

2015-05-18, by rgrover1 [Mon, 18 May 2015 09:54:27 +0100] rev 405

Synchronized with git rev 92634365
Author: Rohit Grover
replace instances of Gap::address_t with Gap::Address_t


Synchronized with git rev d3b5fa7b

2015-05-18, by rgrover1 [Mon, 18 May 2015 09:54:26 +0100] rev 404

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


Synchronized with git rev d1d62998

2015-05-18, by rgrover1 [Mon, 18 May 2015 09:54:26 +0100] rev 403

Synchronized with git rev d1d62998
Author: Rohit Grover
URIBeaconConfigService: re-map incoming beacon advertisement interval within permissing bounds.


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