Android.Bluetooth.BluetoothGattCharacteristic: Field Members

The fields of Android.Bluetooth.BluetoothGattCharacteristic are listed below. For a list of all members, see the BluetoothGattCharacteristic Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
FormatFloatGattFormat (52). Characteristic value format type float (32-bit float)
const
FormatSfloatGattFormat (50). Characteristic value format type sfloat (16-bit float)
const
FormatSint16GattFormat (34). Characteristic value format type sint16
const
FormatSint32GattFormat (36). Characteristic value format type sint32
const
FormatSint8GattFormat (33). Characteristic value format type sint8
const
FormatUint16GattFormat (18). Characteristic value format type uint16
const
FormatUint32GattFormat (20). Characteristic value format type uint32
const
FormatUint8GattFormat (17). Characteristic value format type uint8
const
PermissionReadGattPermission (1). Characteristic read permission
const
PermissionReadEncryptedGattPermission (2). Characteristic permission: Allow encrypted read operations
const
PermissionReadEncryptedMitmGattPermission (4). Characteristic permission: Allow reading with man-in-the-middle protection
const
PermissionWriteGattPermission (16). Characteristic write permission
const
PermissionWriteEncryptedGattPermission (32). Characteristic permission: Allow encrypted writes
const
PermissionWriteEncryptedMitmGattPermission (64). Characteristic permission: Allow encrypted writes with man-in-the-middle protection
const
PermissionWriteSignedGattPermission (128). Characteristic permission: Allow signed write operations
const
PermissionWriteSignedMitmGattPermission (256). Characteristic permission: Allow signed write operations with man-in-the-middle protection
const
PropertyBroadcastGattProperty (1). Characteristic proprty: Characteristic is broadcastable.
const
PropertyExtendedPropsGattProperty (128). Characteristic property: Characteristic has extended properties
const
PropertyIndicateGattProperty (32). Characteristic property: Characteristic supports indication
const
PropertyNotifyGattProperty (16). Characteristic property: Characteristic supports notification
const
PropertyReadGattProperty (2). Characteristic property: Characteristic is readable.
const
PropertySignedWriteGattProperty (64). Characteristic property: Characteristic supports write with signature
const
PropertyWriteGattProperty (8). Characteristic property: Characteristic can be written.
const
PropertyWriteNoResponseGattProperty (4). Characteristic property: Characteristic can be written without response.
const
WriteTypeDefaultGattWriteType (2). Write characteristic, requesting acknoledgement by the remote device
const
WriteTypeNoResponseGattWriteType (1). Wrtite characteristic without requiring a response by the remote device
const
WriteTypeSignedGattWriteType (4). Write characteristic including authentication signature