SymbiSoft / amora

Automatically exported from code.google.com/p/amora
0 stars 0 forks source link

amora-applet: detect dongle disconnection #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Besides amora-cli has code in amora-lib to detect dongle disconnection, an
interface to expose this functionality to amora-applet is missing.

So, even if this happens, amora-applet will continue running (a better
approach would be to exit).

A way to implement that is to register a callback to be called when
bluetooth dongle disconnection happens (in the same way that client
connection/disconnection is handled today).

Original issue reported on code.google.com by cavalcan...@gmail.com on 28 Sep 2008 at 8:53