public class BluetoothProperties extends Object
BluetoothProperties
class enumerates the values for characteristic properties.
Multiple flags may be combined to create a set of properties.
Characteristic properties are not used to control access to the characteristic. The properties are only used as an indication to the client on how this characteristic may be used.
Refer to "Core Specification Vol 3, Part G, 3.3.1.1 Characteristic Properties".
Modifier and Type | Field and Description |
---|---|
static byte |
BROADCAST
Indicates that the characteristic value may be broadcasted in advertisement data.
|
static byte |
EXTENDED
Indicates that additional properties are defined in the Characteristic Extended Properties descriptor.
|
static byte |
INDICATE
Indicates that the characteristic supports indications.
|
static byte |
NONE
No property.
|
static byte |
NOTIFY
Indicates that the characteristic supports notifications.
|
static byte |
READ
Indicates that the characteristic value may be read.
|
static byte |
WRITE
Indicates that the characteristic value may be written.
|
static byte |
WRITE_NO_RESPONSE
Indicates that the characteristic value may be written (using write without response procedure).
|
static byte |
WRITE_SIGNED
Indicates that the characteristic value may be written (using signed write procedure).
|
public static final byte BROADCAST
public static final byte EXTENDED
public static final byte INDICATE
public static final byte NONE
public static final byte NOTIFY
public static final byte READ
public static final byte WRITE
public static final byte WRITE_NO_RESPONSE
public static final byte WRITE_SIGNED