Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | boh | dakkar | 2019-03-20 |
| | |||
* | maybe it compiles? | dakkar | 2019-03-20 |
| | |||
* | Changed the Gobbledegook license from GPL to LGPL | Paul Nettle | 2019-02-01 |
| | |||
* | Merge pull request #15 from br101/method-return | Paul Nettle | 2019-01-08 |
|\ | | | | | Return after WriteValue method, fixes #12 #6 | ||
| * | Return after WriteValue method, fixes #12 | Bruno Randolf | 2019-01-08 |
|/ | | | | | | | | | | It's necessary to return the method call on dbus, because otherwise the clients get an error after writing to the characteristic as in issue #12 See the code comments for more details. Signed-off-by: Bruno Randolf <br1@einfach.org> | ||
* | Merge pull request #13 from br101/disc-fix | Paul Nettle | 2019-01-07 |
|\ | | | | | Add setting of discoverable mode | ||
| * | Add setting of discoverable mode | Bruno Randolf | 2019-01-05 |
| | | | | | | | | | | | | | | | | This is necessary for the advertisements to be in "LE General Discoverable Mode" which makes them visible (especially to other Linux boxes). Signed-off-by: Bruno Randolf <br1@einfach.org> | ||
* | | Merge pull request #14 from br101/endian-fix | Paul Nettle | 2019-01-07 |
|\ \ | |/ |/| | HciAdapter: Endian fixes | ||
| * | HciAdapter: Endian fixes | Bruno Randolf | 2019-01-05 |
|/ | | | | | | | | | Keep code and dataSize before converting to network format, otherwise we will use the network converted values on the host side later. This fixes errors I have encountered on a MIPS platform. Signed-off-by: Bruno Randolf <br1@einfach.org> | ||
* | Improved handling of connection counts dealing with latent disconnects on ↵HEADmaster | Paul Nettle | 2018-01-08 |
| | | | | startup. This includes a change to change to the behavior of change notifications for values, they no longer check for an active connection before transmitting - this is now up to the caller. | ||
* | Cleaned up the deinitialization process to avoid inadvertent calls to shutdown | Paul Nettle | 2017-10-29 |
| | |||
* | Fixed a race condition while waiting for command responses from the HCI adapter | Paul Nettle | 2017-10-12 |
| | |||
* | Improved threading support, cleaner initialization process and added the ↵ | Paul Nettle | 2017-10-02 |
| | | | | ability to wait for threaded responses from HCI commands. | ||
* | Added a threaded worker that listens for HCI events, resolving a number of ↵ | Paul Nettle | 2017-09-27 |
| | | | | problem areas. | ||
* | Advertising name logged on startup. | Paul Nettle | 2017-09-03 |
| | |||
* | The GGK server names are no longer in Globals.h but are now configured by ↵ | Paul Nettle | 2017-09-03 |
| | | | | ggkStart() allowing an application to change them based on configuration rather than compilation. Power-off-disconnect errors hacked out of existence. A few log lines that were set to trace converted to debug log levels to reduce logspam. | ||
* | Cleaned up the logging a bit, improved server termination status returned ↵ | Paul Nettle | 2017-09-01 |
| | | | | from ggkWait. | ||
* | Removed null-terminators from strings being built into Variants as byte arrays. | Paul Nettle | 2017-08-29 |
| | |||
* | The intro paragraph is now a bit more consumable. | Paul Nettle | 2017-08-25 |
| | |||
* | Initial version 1.0 | Paul Nettle | 2017-08-25 |