Język

GattFormat Enum

Definition

Enumerates values returned by several types and taken as a parameter of several methods of BluetoothGattCharacteristic.

public enum GattFormat
type GattFormat = 
Inheritance
GattFormat

Fields

Name Value Description
Uint8 17

Characteristic value format type uint8

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT8.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Uint16 18

Characteristic value format type uint16

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT16.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Uint32 20

Characteristic value format type uint32

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT32.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sint8 33

Characteristic value format type sint8

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_SINT8.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sint16 34

Characteristic value format type sint16

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_SINT16.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sint32 36

Characteristic value format type sint32

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_SINT32.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sfloat 50

Characteristic value format type sfloat (16-bit float)

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_SFLOAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Float 52

Characteristic value format type float (32-bit float)

Android reference for android.bluetooth.BluetoothGattCharacteristic.FORMAT_FLOAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to