public class BluetoothGattDescriptorAssert
extends <any>
| Constructor and Description |
|---|
BluetoothGattDescriptorAssert(android.bluetooth.BluetoothGattDescriptor actual) |
| Modifier and Type | Method and Description |
|---|---|
BluetoothGattDescriptorAssert |
hasPermissions(int permissions) |
BluetoothGattDescriptorAssert |
hasUuid(java.util.UUID uuid) |
BluetoothGattDescriptorAssert |
hasValue(byte[] value) |
static java.lang.String |
permissionsToString(int permissions) |
public BluetoothGattDescriptorAssert(android.bluetooth.BluetoothGattDescriptor actual)
public BluetoothGattDescriptorAssert hasPermissions(int permissions)
public BluetoothGattDescriptorAssert hasUuid(java.util.UUID uuid)
public BluetoothGattDescriptorAssert hasValue(byte[] value)
public static java.lang.String permissionsToString(int permissions)