quangthanh010290 / keyboard_mouse_emulate_on_raspberry

Bluetooth Keyboard Mouse Emulator on Raspberry Pi
https://thanhlev.github.io/
MIT License
289 stars 98 forks source link

Connect & Disconnect #6

Closed neil-benn closed 4 years ago

neil-benn commented 5 years ago

The first connection works fine however when a disconnection happens the dbus methods for request disconnection and release are not called. You can see the disconnection happening from the sysout on the from the bluetoothd call. Note that I'm running headless on an RPi0W so I've removed the tmux stuff from the startup. I'm investigating but if anyone else knows how to resolve this I'd be grateful

mattfrankly commented 5 years ago

I think I'm getting the same thing here. After the first disconnect, I have to restart everything before I can reconnect again. I'm also using it headless on RPi0W without tmux.

Any update?

Thanks in advance!