Skip to content

Instantly share code, notes, and snippets.

View ChillVibesMushroom's full-sized avatar
💭
Honing my Jedi Skills reaching states of nirvana grasping the force I feel it

ChillVibesMushroom

💭
Honing my Jedi Skills reaching states of nirvana grasping the force I feel it
View GitHub Profile
@ChillVibesMushroom
ChillVibesMushroom / simple-obex-yes-agent.py
Created June 9, 2024 17:32 — forked from floe/simple-obex-yes-agent.py
Accept all Bluetooth file transfers on Linux
#!/usr/bin/python3
# SPDX-License-Identifier: LGPL-2.1-or-later
# original source: https://github.com/bluez/bluez/blob/master/test/simple-obex-agent
import os
import sys
import dbus
import dbus.service
import dbus.mainloop.glib
from gi.repository import GLib