public class BleGattCharacteristicException extends BleGattException
RxBleConnection.readCharacteristic(BluetoothGattCharacteristic)
or other characteristic related observables when the BluetoothGattCallback is called with status other than
BluetoothGatt.GATT_SUCCESS| Modifier and Type | Field and Description |
|---|---|
android.bluetooth.BluetoothGattCharacteristic |
characteristic |
UNKNOWN_STATUS| Constructor and Description |
|---|
BleGattCharacteristicException(android.bluetooth.BluetoothGatt gatt,
android.bluetooth.BluetoothGattCharacteristic characteristic,
int status,
BleGattOperationType bleGattOperationType) |
getBleGattOperationType, getMacAddress, getStatuspublic final android.bluetooth.BluetoothGattCharacteristic characteristic
public BleGattCharacteristicException(android.bluetooth.BluetoothGatt gatt,
android.bluetooth.BluetoothGattCharacteristic characteristic,
int status,
BleGattOperationType bleGattOperationType)