Enum | Description |
---|---|
GattException.Operation |
The operation on which the gatt layer encountered an error.
|
OperationTimeoutException.Operation |
The operation on which the gatt layer encountered an error.
|
Exception | Description |
---|---|
BondException |
Indicates that the state of a peripheral bond could not be altered by Buruberi.
|
BuruberiException |
The superclass of all errors propagated by Buruberi.
|
ChangePowerStateException |
Indicates that the power state of the device's Bluetooth radio could not be changed.
|
ConnectionStateException |
Indicates that an operation could not be completed because the
peripheral's connection state was not what was expected.
|
GattException |
Indicates low level gatt errors from the Android SDK.
|
LostConnectionException |
Indicates that the connection to the peripheral was unexpected
lost during a Bluetooth operation.
|
LowEnergyScanException |
Indicates that a Bluetooth Low Energy scan failed due to a specified reason.
|
OperationTimeoutException |
Indicates that a Bluetooth operation timed out before completion.
|
ServiceDiscoveryException |
Indicates that service discovery failed for unknown reasons.
|
UserDisabledBuruberiException |
Indicates that the user turned off Bluetooth during an operation.
|