Rohit Grover
1ca94c9479
enhance ServiceDiscovery with isActive() and onTermination()
2015-06-05 08:04:18 +01:00
Rohit Grover
09063c3668
ServiceDiscovery::Launch() should take in const references for UUID.
2015-06-05 08:04:18 +01:00
Rohit Grover
bd866737e6
merge versions of ServiceDiscovery::launch() into a single API.
2015-06-05 08:04:18 +01:00
Rohit Grover
4c1feadcc5
white space diffs.
2015-06-05 08:04:18 +01:00
Rohit Grover
2963968e00
Add Gap::ConnectionCallbackParams_t (with a new member to define role as central or peripheral).
2015-06-05 08:04:18 +01:00
Rohit Grover
93033eca69
rehome a declaration
2015-06-05 08:04:18 +01:00
Rohit Grover
e49d800d20
white space diff.
2015-06-05 08:04:18 +01:00
Rohit Grover
e9cc4d6ed5
replaced more deprecated uses of Gap::address_t
2015-06-05 08:04:18 +01:00
Rohit Grover
4eb839361c
introduce Gap::Role_t
2015-06-05 08:04:18 +01:00
Rohit Grover
2909d1a5a1
white space diffs.
2015-06-05 08:04:18 +01:00
Rohit Grover
639e3c681d
add a comment header for BLEDevice::connect()
2015-06-05 08:04:18 +01:00
Rohit Grover
6da31dcedd
consolidated the connect APIs into a single API. Takes pointers instead of references.
2015-06-05 08:04:18 +01:00
Rohit Grover
cc30c92fa5
pass in some useful connection paramters from connect()
2015-06-05 08:04:18 +01:00
Rohit Grover
6a88d2af37
use Gap::ConnectionParams_t in connect()
2015-06-05 08:04:18 +01:00
Rohit Grover
611f05f577
minor: adding a public accessor.
2015-06-05 08:04:18 +01:00
Rohit Grover
25bef2bd6e
add ScanParams to connect()
2015-06-05 08:04:18 +01:00
Rohit Grover
b899ac13e9
introduce API for BLEDevice::connect(peerAddr, peerAddrType)
2015-06-05 08:04:18 +01:00
Rohit Grover
f3040fa0a6
turn DiscoveredCharacteristic() into a class.
2015-06-05 08:04:18 +01:00
Rohit Grover
21c86533f9
turn DiscoveredService into a class.
2015-06-05 08:04:18 +01:00
Rohit Grover
b2c77f0351
should use GattAttribute::Handle_t
2015-06-05 08:04:18 +01:00
Rohit Grover
6e45d2ae71
add GattAttribute::INVALID_HANDLE
2015-06-05 08:04:18 +01:00
Rohit Grover
56d3b330e1
white space diffs.
2015-06-05 08:04:18 +01:00
Rohit Grover
5f5a312d40
use forward declarations in Gap.h
2015-06-05 08:04:18 +01:00
Rohit Grover
9dc93936fd
add some includes for types used in BLEDevice
2015-06-05 08:04:18 +01:00
Rohit Grover
564c53db53
get rid of some stuff from a bad rebase
2015-06-05 08:04:18 +01:00
Rohit Grover
f89fcb3ec2
remove extraneous declaration of AdvertisementReportCallback_t
2015-06-05 08:04:18 +01:00
Rohit Grover
c2b53a6f8a
add ServiceDiscovery.h
2015-06-05 08:04:18 +01:00
Rohit Grover
e6c44ac779
add copy and default constructors for UUID.
2015-06-05 08:04:18 +01:00
Rohit Grover
9f9e3b872d
fill in APIs around setScanningParams
2015-06-05 08:04:18 +01:00
Rohit Grover
c607797150
update declaration for AdvertisementReportCallback_t
2015-06-05 08:04:18 +01:00
Rohit Grover
6a5663babb
add AdvertisementType_t
2015-06-05 08:04:18 +01:00
Rohit Grover
8980b6d7d2
add API for stopScanning()
2015-06-05 08:04:18 +01:00
Rohit Grover
17a74c04d7
add API for startScanning()
2015-06-05 08:04:18 +01:00
Rohit Grover
8d3e092916
add a missing include for GapScanningParams.h
2015-06-05 08:04:18 +01:00
Rohit Grover
0ff09c61c3
remove un-necessary checks for SCAN_TIMEOUT_MAX
2015-06-05 08:03:48 +01:00
Rohit Grover
73a6be23d8
move the static declarations for char UUIDs out of URIBeaconConfigService.h into .cpp.
2015-06-04 09:24:09 +01:00
Rohit Grover
d9283d5868
white space diffs.
2015-06-03 09:01:51 +01:00
Rohit Grover
6a7c543d86
simplify declaration of GapState_t
2015-05-21 11:24:15 +01:00
Rohit Grover
37fce3e7b7
repalced uses of Gap::addr_type_t with Gap::AddressType_t
2015-05-19 13:28:10 +01:00
Rohit Grover
92fca3c11a
add a comment header block to explain why BLEDevice::init() may not be safe to call from global static context.
2015-05-19 09:52:02 +01:00
Rohit Grover
01ffebdc80
Merge Marcus's work on accessors to advertising payload and params.
2015-05-19 09:51:03 +01:00
Rohit Grover
b29089e85a
minor improvements to the new APIs for getAdvParams/Data().
2015-05-19 09:27:55 +01:00
Marcus Chang
8c39703246
Added get/set methods for advPayload and advParams.
2015-05-18 19:40:17 +01:00
Marcus Chang
6d3b65391e
Allow copy constructor in GapAdvertisingParams.
2015-05-18 19:39:31 +01:00
Rohit Grover
67abc0ce25
Release 0.3.7
...
=============
Enhancements
~~~~~~~~~~~~
* Add AdvertisementCallbackParams_t and use FunctionPointer to allow
<object,member> context for advertisement report callback.
* Minor: replace some instances of Gap::address_t (deprecated) with
Gap::Address_t.
Bugfixes
~~~~~~~~
* URIBeaconConfigService: re-map incoming beacon advertisement interval within
permissible bounds.
2015-05-18 09:48:59 +01:00
Rohit Grover
bee91cabe5
enable <object,callbackMember> context for startScan.
2015-05-18 09:10:22 +01:00
Rohit Grover
aebfbce3f5
redefine AdvertisementReportCallback_t in terms of AdvertisementCallbackParams_t.
...
This allows us to make use of FunctionPointerWithContext.
2015-05-18 07:41:24 +01:00
Rohit Grover
9263436522
replace instances of Gap::address_t with Gap::Address_t
2015-05-18 07:39:31 +01:00
Rohit Grover
d3b5fa7b5c
white space diffs.
2015-05-15 09:43:03 +01:00
Rohit Grover
d1d6299841
URIBeaconConfigService: re-map incoming beacon advertisement interval within permissing bounds.
2015-05-15 09:35:19 +01:00