aboutsummaryrefslogtreecommitdiff
path: root/src/Mgmt.cpp
Commit message (Collapse)AuthorAge
* Add setting of discoverable modeBruno Randolf2019-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>
* Added a threaded worker that listens for HCI events, resolving a number of ↵Paul Nettle2017-09-27
| | | | problem areas.
* The GGK server names are no longer in Globals.h but are now configured by ↵Paul Nettle2017-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 Nettle2017-09-01
| | | | from ggkWait.
* Initial version 1.0Paul Nettle2017-08-25