Rohit Grover
0d1bfd4843
Merge pull request #107 from andresag01/develop
...
Remove Eddystone implementation in ble/services
7 years ago
Andres Amaya Garcia
b76d50adf7
Remove Eddystone implementation in ble/services
...
The files EddystoneService.h and EddystoneConfigService.h have been removed
from ble/services since the implementation is not part of the API. Furthermore
a new implementation to replace this one has been developed and is available
in ble-examples repo.
7 years ago
Rohit Grover
04d10f6547
adding a Doxygen config file
7 years ago
Rohit Grover
7a97458b9f
white space diffs
7 years ago
Rohit Grover
57654dba72
version v2.0.5
7 years ago
Rohit Grover
e2555c7dd5
Merge branch 'iriark01-master' into develop
7 years ago
Rohit Grover
4ca38f969f
Merge branch 'master' of https://github.com/iriark01/ble into iriark01-master
7 years ago
Rohit Grover
562aa49e13
delete an incorrect comment from the documentation in Gap.h
7 years ago
Irit Arkin
45589c11d2
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
249c58db58
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
8c28732408
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
e4a6b63fcb
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
f5b850fb55
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Rohit Grover
e31c2ef54e
delete an obsolete Note from the documentation in Gap.h
7 years ago
Irit Arkin
3b89792adb
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
a1abee2769
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
9008a70792
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
737d0e845a
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
ac28368019
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
842a970bb3
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
dfb4bacd07
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
cb039a4336
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
f0b7da3b4b
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
c39f5f7fd4
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
042c89746c
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
32f2acb55b
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
dba18f9deb
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
648f9fc5b0
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
f026284cb3
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Irit Arkin
216f73bc51
New version
...
Based on the main repo's master version, with edits to the API.
7 years ago
Rohit Grover
34c8447a63
version v2.0.4
7 years ago
Rohit Grover
df4d29177e
Merge branch 'iriark01-patch-1' into develop
7 years ago
Irit Arkin
e3f18f6a37
Edits
...
Typos etc.
7 years ago
Rohit Grover
6ce2094ea8
Merge branch 'develop'
8 years ago
Rohit Grover
73559d3bef
version v2.0.3
8 years ago
Rohit Grover
c6130f4877
fix missing return from BLE::init()
8 years ago
Rohit Grover
2d0cbf0bbb
Release 2.0.2
...
=============
* BLE::init() should also be able to take a <object,member> tuple.
8 years ago
Rohit Grover
2d6aade713
version v2.0.2
8 years ago
Rohit Grover
8d38842d3d
Merge pull request #97 from rgrover/develop
...
BLE::init() should also be able to take an <object, member> tuple for its callback
8 years ago
Rohit Grover
43e7e93db9
add a comment header for initImplementation
8 years ago
Rohit Grover
8fab6bf863
remove extra qualification 'BLE::' on member 'initImplementation'
8 years ago
Rohit Grover
1f30b48a15
fix the build error resulting from missing template instantiation in the case <object,member> tuple was used for BLE::init()
8 years ago
Rohit Grover
aa7e4b2da7
BLE::init() should also be able to take a <object,member> tuple.
8 years ago
Rohit Grover
3cd2c31e10
white space diffs.
8 years ago
Rohit Grover
2a11965b5a
Merge branch 'develop'. Minor improvement to EddystoneBeacon.
8 years ago
Rohit Grover
9d92facf33
version v2.0.1
8 years ago
Rohit Grover
1119459b64
Merge pull request #94 from andresag01/develop
...
Fix beaconPeriod and defaults for voltage/temp
8 years ago
Andres Amaya Garcia
4fe124f203
Use correct not-implemented value for Voltage/Temp
8 years ago
Andres Amaya Garcia
058243f372
Fixed period settings for adv packets
...
Fixed the period settings for beacon advertisement packets. Changes through
the config service now take effect and defaults can be set through code.
8 years ago
Rohit Grover
9c001d2772
Merge branch 'develop'
8 years ago