src.bluetooth_sig.gatt.characteristics.global_trade_item_number

Global Trade Item Number characteristic (0x2AFA).

Classes

Name

Description

GlobalTradeItemNumberCharacteristic

Global Trade Item Number characteristic (0x2AFA).

Module Contents

class src.bluetooth_sig.gatt.characteristics.global_trade_item_number.GlobalTradeItemNumberCharacteristic

Bases: src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]

Global Trade Item Number characteristic (0x2AFA).

org.bluetooth.characteristic.global_trade_item_number

An identifier for trade items, defined by GS1. Encoded as a 48-bit unsigned integer (6 bytes). A value of 0x000000000000 represents ‘value is not known’.

Raises:

SpecialValueDetectedError – If raw value is a sentinel (e.g. 0x000000000000).