最新revisionだとなんかerrorになるので、暫定的に rev 111にrevert。ごめんなさい。こういうときどういうふうにcommitすればいいのか分からなかったので。
Fork of BLE_API by
History
revert to revison 111
2014-09-17, by lipoyang [Wed, 17 Sep 2014 04:54:22 +0000] rev 118
revert to revison 111
Release 0.1.1: Minor bugfix release.
2014-09-08, by Rohit Grover [Mon, 08 Sep 2014 17:11:58 +0100] rev 117
Release 0.1.1: Minor bugfix release.
Bugfixes
~~~~~~~~
- Handle all valid disconnection reasons.
Release 0.1.0
2014-09-02, by Rohit Grover [Tue, 02 Sep 2014 15:09:46 +0100] rev 116
Release 0.1.0
=============
Mostly API changes.
Features
~~~~~~~~
- onConnection() callback now receives connection-parameters applicable to the
new connection.
- onDataSent() callback now receives a count parameter containing the number of
times notifications were sent out since the last callback.
- A 'reason' parameter has been added to Gap::disconnect() to indicate the
reason for disconnection; and also to the onDisconnection callback to
receive a reason from the remote host.
Bugfixes
~~~~~~~~
- onDataWritten() callback now receives an additional parameter
(GattServer::WriteEventCallback_t) encapsulating the update. This avoids
having to re-fetch the updated characteristic's value attribute. It also
fixes a bug where multiple updates to the characteristic's value-attribute
could get clobbered if they occurred in quick succession before the
callbacks could be processed.
Move value attribute as member of the char class
2014-08-29, by carlescufi [Fri, 29 Aug 2014 10:41:06 +0200] rev 115
Move value attribute as member of the char class
Add support for adding descriptors
2014-08-28, by carlescufi [Thu, 28 Aug 2014 15:50:29 +0200] rev 114
Add support for adding descriptors
Add optional descriptors to the char constructor
2014-08-28, by carlescufi [Thu, 28 Aug 2014 14:17:34 +0200] rev 113
Add optional descriptors to the char constructor
Add an Attribute class and derive GattCharacteristic from it, to prepare for descriptors
2014-08-27, by carlescufi [Wed, 27 Aug 2014 15:22:22 +0200] rev 112
Add an Attribute class and derive GattCharacteristic from it, to prepare for descriptors
rename BLEDeviceInstanceBase.hpp to .h; our online toolchain has problems with exporting .hpp files
2014-07-31, by Rohit Grover [Thu, 31 Jul 2014 14:39:35 +0100] rev 111
rename BLEDeviceInstanceBase.hpp to .h; our online toolchain has problems with exporting .hpp files
remove include of nordic-specific gatts.h from GattCharacteristic.h
2014-07-31, by Rohit Grover [Thu, 31 Jul 2014 09:07:59 +0100] rev 110
remove include of nordic-specific gatts.h from GattCharacteristic.h
move constants for appearance and UUIDs into blecommon.h
2014-07-25, by Rohit Grover [Fri, 25 Jul 2014 10:34:18 +0100] rev 109
move constants for appearance and UUIDs into blecommon.h