Searched refs:service_uuid (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/tools/tcat_ble_client/ble/ |
D | ble_stream.py | 44 def __init__(self, client, service_uuid, tx_char_uuid, rx_char_uuid): argument 48 self.service_uuid = service_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) 78 services = self.client.services.get_service(self.service_uuid)
|