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
const | FormatFloat | GattFormat (52). Characteristic value format type float (32-bit float) |
const | FormatSfloat | GattFormat (50). Characteristic value format type sfloat (16-bit float) |
const | FormatSint16 | GattFormat (34). Characteristic value format type sint16 |
const | FormatSint32 | GattFormat (36). Characteristic value format type sint32 |
const | FormatSint8 | GattFormat (33). Characteristic value format type sint8 |
const | FormatUint16 | GattFormat (18). Characteristic value format type uint16 |
const | FormatUint32 | GattFormat (20). Characteristic value format type uint32 |
const | FormatUint8 | GattFormat (17). Characteristic value format type uint8 |
const | PermissionRead | GattPermission (1). Characteristic read permission |
const | PermissionReadEncrypted | GattPermission (2). Characteristic permission: Allow encrypted read operations |
const | PermissionReadEncryptedMitm | GattPermission (4). Characteristic permission: Allow reading with man-in-the-middle protection |
const | PermissionWrite | GattPermission (16). Characteristic write permission |
const | PermissionWriteEncrypted | GattPermission (32). Characteristic permission: Allow encrypted writes |
const | PermissionWriteEncryptedMitm | GattPermission (64). Characteristic permission: Allow encrypted writes with man-in-the-middle protection |
const | PermissionWriteSigned | GattPermission (128). Characteristic permission: Allow signed write operations |
const | PermissionWriteSignedMitm | GattPermission (256). Characteristic permission: Allow signed write operations with man-in-the-middle protection |
const | PropertyBroadcast | GattProperty (1). Characteristic proprty: Characteristic is broadcastable. |
const | PropertyExtendedProps | GattProperty (128). Characteristic property: Characteristic has extended properties |
const | PropertyIndicate | GattProperty (32). Characteristic property: Characteristic supports indication |
const | PropertyNotify | GattProperty (16). Characteristic property: Characteristic supports notification |
const | PropertyRead | GattProperty (2). Characteristic property: Characteristic is readable. |
const | PropertySignedWrite | GattProperty (64). Characteristic property: Characteristic supports write with signature |
const | PropertyWrite | GattProperty (8). Characteristic property: Characteristic can be written. |
const | PropertyWriteNoResponse | GattProperty (4). Characteristic property: Characteristic can be written without response. |
const | WriteTypeDefault | GattWriteType (2). Write characteristic, requesting acknoledgement by the remote device |
const | WriteTypeNoResponse | GattWriteType (1). Wrtite characteristic without requiring a response by the remote device |
const | WriteTypeSigned | GattWriteType (4). Write characteristic including authentication signature |