public class BleGattException extends BleException
| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_STATUS |
| Constructor and Description |
|---|
BleGattException(android.bluetooth.BluetoothGatt gatt,
BleGattOperationType bleGattOperationType) |
BleGattException(android.bluetooth.BluetoothGatt gatt,
int status,
BleGattOperationType bleGattOperationType) |
BleGattException(int status,
BleGattOperationType bleGattOperationType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BleGattOperationType |
getBleGattOperationType() |
java.lang.String |
getMacAddress() |
int |
getStatus() |
public static final int UNKNOWN_STATUS
@Deprecated
public BleGattException(int status,
BleGattOperationType bleGattOperationType)
public BleGattException(android.bluetooth.BluetoothGatt gatt,
int status,
BleGattOperationType bleGattOperationType)
public BleGattException(android.bluetooth.BluetoothGatt gatt,
BleGattOperationType bleGattOperationType)
public java.lang.String getMacAddress()
public BleGattOperationType getBleGattOperationType()
public int getStatus()