├── README.md ├── btk_server.py ├── dbus └── org.thanhle.btkbservice.conf ├── mouse_client.py └── sdp_record.xml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johndongus/lazy-rpi-bluetooth-passthrough/HEAD/README.md -------------------------------------------------------------------------------- /btk_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johndongus/lazy-rpi-bluetooth-passthrough/HEAD/btk_server.py -------------------------------------------------------------------------------- /dbus/org.thanhle.btkbservice.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johndongus/lazy-rpi-bluetooth-passthrough/HEAD/dbus/org.thanhle.btkbservice.conf -------------------------------------------------------------------------------- /mouse_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johndongus/lazy-rpi-bluetooth-passthrough/HEAD/mouse_client.py -------------------------------------------------------------------------------- /sdp_record.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johndongus/lazy-rpi-bluetooth-passthrough/HEAD/sdp_record.xml --------------------------------------------------------------------------------