Package 

Class BleDisconnectedException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class BleDisconnectedException
    extends BleException
                        

    Exception emitted when the BLE link has been disconnected either when the connection was already established or was in pending connection state. This state is expected when the connection was released as a part of expected behavior (with GATT_SUCCESS state).

    • Constructor Detail

      • BleDisconnectedException

        BleDisconnectedException()
      • BleDisconnectedException

        BleDisconnectedException(Throwable throwable, String bluetoothDeviceAddress)
      • BleDisconnectedException

        BleDisconnectedException(String bluetoothDeviceAddress)
      • BleDisconnectedException

        BleDisconnectedException(Throwable throwable, String bluetoothDeviceAddress, int status)
      • BleDisconnectedException

        BleDisconnectedException(String bluetoothDeviceAddress, int status)