public class BluetoothHelper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BluetoothHelper.Permissions |
static class |
BluetoothHelper.Properties |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UUID_STANDARD_BASE |
Constructor and Description |
---|
BluetoothHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
addLeadingZeroes(java.lang.String prefix) |
static java.util.List<java.lang.String> |
arrayOfStringsFromCharacteristicProperties(int properties) |
static android.bluetooth.BluetoothGattCharacteristic |
create(java.util.UUID characteristicUUID,
android.bluetooth.BluetoothGattService service) |
static java.lang.String |
UUIDWithPrefixCustomBase(java.lang.String prefix) |
static java.lang.String |
UUIDWithPrefixStandardBase(java.lang.String prefix) |
public static final java.lang.String UUID_STANDARD_BASE
public static java.lang.String UUIDWithPrefixCustomBase(java.lang.String prefix)
public static java.lang.String UUIDWithPrefixStandardBase(java.lang.String prefix)
public static java.lang.String addLeadingZeroes(java.lang.String prefix)
public static android.bluetooth.BluetoothGattCharacteristic create(java.util.UUID characteristicUUID, android.bluetooth.BluetoothGattService service)
public static java.util.List<java.lang.String> arrayOfStringsFromCharacteristicProperties(int properties)