Uses of Class
org.bluez.exceptions.BluezNotConnectedException

Packages that use BluezNotConnectedException
  • Uses of BluezNotConnectedException in com.github.hypfvieh.bluetooth.wrapper

    Modifier and Type
    Method
    Description
    void
    BluetoothGattCharacteristic.startNotify()
    From bluez Documentation:
  • Uses of BluezNotConnectedException in org.bluez

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.FileDescriptor
    HealthChannel1.Acquire()
    From bluez documentation:

    Returns the file descriptor for this data channel.
    void
    Device1.Disconnect()
    From bluez documentation:

    This method gracefully disconnects all connected
    profiles and then terminates low-level ACL connection.

    ACL connection will be terminated even if some profiles
    were not disconnected properly e.g. due to misbehaving
    device.

    This method can be also used to cancel a preceding
    Connect call before a reply to it has been received.

    For non-trusted devices connected over LE bearer calling
    this method will disable incoming connections until
    Connect method is called again.

    void
    GattCharacteristic1.StartNotify()
    From bluez documentation:

    Starts a notification session from this characteristic
    if it supports value notifications or indications.