src.bluetooth_sig.gatt.characteristics.report_map

Report Map characteristic implementation.

Classes

Name

Description

ReportMapCharacteristic

Report Map characteristic (0x2A4B).

ReportMapData

Parsed data from Report Map characteristic.

Module Contents

class src.bluetooth_sig.gatt.characteristics.report_map.ReportMapCharacteristic

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

Report Map characteristic (0x2A4B).

org.bluetooth.characteristic.report_map

Report Map characteristic.

expected_type
min_length = 1
class src.bluetooth_sig.gatt.characteristics.report_map.ReportMapData

Bases: msgspec.Struct

Parsed data from Report Map characteristic.

data

Report map data bytes (up to 512 octets)

data: bytes