Skip to content

module bluerpc_client.service

BleakGATTServiceBlueRPC.


class BleakGATTServiceBlueRPC

GATT Characteristic implementation for the BlueRPC backend.

method __init__

__init__(obj: 'BLEService')  None

Init a BleakGATTServiceBlueRPC


property characteristics

List of characteristics for this service.


property description

String description for this service


property handle

Integer handle of this service.


property uuid

UUID for this service.


method add_characteristic

add_characteristic(characteristic: 'BleakGATTCharacteristic')  None

Add a :py:class:~BleakGATTCharacteristicBlueRPC to the service.

Should not be used by end user, but rather by bleak itself.


This file was automatically generated via lazydocs.