Package | Description |
---|---|
com.neovisionaries.bluetooth.ble |
Modifier and Type | Method and Description |
---|---|
static StandardGattService |
StandardGattService.getByNumber(int number)
Get a
StandardGattService instance by an assigned number. |
static StandardGattService |
StandardGattService.getByUuid(String uuid)
Get a
StandardGattService instance by a UUID. |
static StandardGattService |
StandardGattService.getByUuid(UUID uuid)
Get a
StandardGattService instance by a UUID. |
static StandardGattService |
StandardGattService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardGattService[] |
StandardGattService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.