Commit graph

18 commits

Author SHA1 Message Date
h2zero 0b6337538c
Remove NimBLESecurity class. (#75) 2022-08-21 21:33:39 -06:00
h2zero efa48c0d57 Release 1.4.0
* Fix typos

* Update docs
2022-07-31 11:34:56 -06:00
h2zero f414a5ac73 Release v1.3.3 2022-02-15 20:33:02 -07:00
h2zero bbed8d1d4b Release v1.3.2 2022-01-15 09:07:08 -07:00
h2zero 798726c05d Update change log. 2022-01-14 10:32:47 -07:00
h2zero 7b40829e77 Release 1.3.1 2021-08-04 18:55:34 -06:00
h2zero d4e4074f5a Release 1.3.0 2021-08-02 21:14:12 -06:00
h2zero 6ff1a49dd5 Update documentation. 2021-07-12 13:33:56 -06:00
h2zero 7bec9c240a Release 1.2.0 2021-02-08 11:46:11 -07:00
h2zero 1210772332 Update changelog. 2021-02-08 10:18:59 -07:00
h2zero 4e24a06645 Release 1.1.0 2021-01-20 20:18:23 -07:00
h2zero 26ab9760da Update changelog. 2021-01-14 11:40:27 -07:00
Deepak Singhal 36317e18db Allow subscribing to characteristics if CCCD does not exist on peer device.
- This changes NimBLERemoteCharacteristic::subscribe and NimBLERemoteCharacteristic::registerForNotify functionality
such that the notification callback will always be set.

Additionally these methods will always return true unless the descriptor write fails.

This allows for notifications to trigger the callback when a peer device sends them and does not have a CCCD.
Also it should not be flagged as a failure if the CCCD does not exist.
It should only be flagged when an acutal write operation fails.
2020-12-24 19:59:45 -07:00
h2zero 22d5564d04 Fix compilation errors when using latest Arduino master and IDF 3.3+ 2020-12-24 15:05:32 -07:00
h2zero 77f477f428 Add conditional checks to nimconfig to support command line defines.
* Support platformio config settings on command line.

* Update changelog.
2020-12-19 23:05:54 -07:00
h2zero 22103af037 Allow scan start from scan complete callback.
* Correct comment in scan start
2020-10-13 19:49:45 -06:00
h2zero d9e11ee630 Release 1.0.2 2020-09-13 21:37:13 -06:00
h2zero 8add6e86c4 Release v1.0.1 2020-09-02 19:45:08 -06:00