Home
last modified time | relevance | path

Searched refs:tx_char_uuid (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream.py44 def __init__(self, client, service_uuid, tx_char_uuid, rx_char_uuid): argument
49 self.tx_char_uuid = tx_char_uuid
69 …async def create(cls, address_or_ble_device: Union[BLEDevice, str], service_uuid, tx_char_uuid, rx… argument
72 self = cls(client, service_uuid, tx_char_uuid, rx_char_uuid)
73 await client.start_notify(self.tx_char_uuid, self.__handle_rx)