Sign in
coral
/
bluez-imx
/
d40e741deb68d9d46bf8914b58540fafd560229d
/
.
/
test
/
dbusdef.py
blob: f1cd35adb7af2fbd5c5e296d0feaadb568ee13c8 [
file
] [
log
] [
blame
]
import
dbus
import
bluezutils
bus
=
dbus
.
SystemBus
()
dummy
=
dbus
.
Interface
(
bus
.
get_object
(
'org.bluez'
,
'/'
),
'org.freedesktop.DBus.Introspectable'
)
#print dummy.Introspect()
try
:
adapter
=
bluezutils
.
find_adapter
()
except
:
pass