Uses of Class
org.bluez.datatypes.ThreeTuple

Packages that use ThreeTuple
Package
Description
 
  • Uses of ThreeTuple in org.bluez

    Methods in org.bluez that return ThreeTuple
    Modifier and Type
    Method
    Description
    ThreeTuple<org.freedesktop.dbus.FileDescriptor,org.freedesktop.dbus.types.UInt16,org.freedesktop.dbus.types.UInt16>
    MediaTransport1.Acquire()
    From bluez documentation:

    Acquire transport file descriptor and the MTU for read
    and write respectively.

    ThreeTuple<org.freedesktop.dbus.FileDescriptor,org.freedesktop.dbus.types.UInt16,org.freedesktop.dbus.types.UInt16>
    MediaTransport1.TryAcquire()
    From bluez documentation:

    Acquire transport file descriptor only if the transport
    is in "pending" state at the time the message is
    received by BlueZ.