Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tools/tcat_ble_client/ble/
H A Dble_stream.py43 def __init__(self, client, service_uuid, tx_char_uuid, rx_char_uuid): argument
68 async def create(cls, address, service_uuid, tx_char_uuid, rx_char_uuid): argument