src.bluetooth_sig.gatt.services.http_proxy

HttpProxy Service implementation.

Classes

Name

Description

HttpProxyService

HTTP Proxy Service implementation (0x1823).

Module Contents

class src.bluetooth_sig.gatt.services.http_proxy.HttpProxyService

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

HTTP Proxy Service implementation (0x1823).

Enables a BLE device to act as an HTTP proxy, allowing constrained devices to make HTTP requests via a gateway.

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