trouble-host

Crates

0.2.0

Versions

default

Flavors

Constant OBJECT_TYPE

Source
pub const OBJECT_TYPE: BluetoothUuid16;
Expand description

Bluetooth characteristic UUID.

0x2abf Object Type

The Object Type characteristic is used to represent the type of the associated object, representing this with a UUID. The Object Type characteristic has two possible lengths, depending on whether the UUID conveyed is a 16-bit or 128-bit UUID. The term gatt_uuid is not a defined Data Type but is either a 16-bit UUID using the uint16 Data Type or a 128-bit UUID using the uint128 Data Type.


§Structure

§Data Type

FieldObject Type
Typegatt_uuid
Size2 or 16

§Description

Object Type UUIDs that use the 16-bit format are defined in the Bluetooth SIG Assigned Numbers \RefRef{assigned_numbers`. Object Type UUIDs that use the 128-bit format are proprietary UUIDs.


more information