Package org.bluez.obex
Interface Session1
- All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface
public interface Session1
extends org.freedesktop.dbus.interfaces.DBusInterface
File generated - 2023-02-20.
Based on bluez Documentation: obex-api.txt.
Service: org.bluez.obex
Interface: org.bluez.obex.Session1
Object path:
/org/bluez/obex/server/session{0, 1, 2, ...} or
/org/bluez/obex/client/session{0, 1, 2, ...}
Supported properties:
string Source [readonly]
Bluetooth adapter address
string Destination [readonly]
Bluetooth device address
byte Channel [readonly]
Bluetooth channel
string Target [readonly]
Target UUID
string Root [readonly]
Root path
Based on bluez Documentation: obex-api.txt.
Service: org.bluez.obex
Interface: org.bluez.obex.Session1
Object path:
/org/bluez/obex/server/session{0, 1, 2, ...} or
/org/bluez/obex/client/session{0, 1, 2, ...}
Supported properties:
string Source [readonly]
Bluetooth adapter address
string Destination [readonly]
Bluetooth device address
byte Channel [readonly]
Bluetooth channel
string Target [readonly]
Target UUID
string Root [readonly]
Root path
-
Method Summary
Modifier and TypeMethodDescriptionFrom bluez documentation:
Get remote device capabilities.
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
Method Details
-
GetCapabilities
From bluez documentation:
Get remote device capabilities.
- Returns:
- String - maybe null
- Throws:
BluezNotSupportedException- when operation not supportedBluezFailedException- on failure
-