src.bluetooth_sig.gatt.services.generic_attribute

Generic Attribute Service implementation.

Classes

Name

Description

GenericAttributeService

Generic Attribute Service implementation.

Module Contents

class src.bluetooth_sig.gatt.services.generic_attribute.GenericAttributeService

Bases: src.bluetooth_sig.gatt.services.base.BaseGattService

Generic Attribute Service implementation.

The GATT Service contains information about the GATT database and is primarily used for service discovery and attribute access.

This service typically contains: - Service Changed characteristic (optional)

service_characteristics: ClassVar[dict[src.bluetooth_sig.gatt.characteristics.registry.CharacteristicName, bool]]