emlid / bluetool

Bluetooth manager for Linux.
GNU General Public License v3.0
47 stars 25 forks source link

AgentSvr never exits mainloop #8

Open capce opened 5 years ago

capce commented 5 years ago

The AgentSvr's run() Method seems to run infinit on Raspberry Pi. Is there an event except a Keyboard Interrupt that has to occur, so that the shutdown() Function is called and the program continues?

Langerz82 commented 1 month ago

I have the same issue running the agent in EmuELEC, Bluez 5.72. I have to run "kill -9 pid" to kill the process.