Home
last modified time | relevance | path

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

/openthread-latest/tools/tcat_ble_client/
Dbbtc.py36 from ble.ble_stream import BleStream
121 …device = await BleStream.create(device.address, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_CHAR…
124 …device = await BleStream.create(device.address, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_CHAR…
129 … device = await BleStream.create(device, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_CHAR_UUID)
/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream.py42 class BleStream: class
80 for s in BleStream.__sliced(data, rx_char.max_write_without_response_size):
/openthread-latest/tools/tcat_ble_client/cli/
Dbase_commands.py32 from ble.ble_stream import BleStream
372 …ble_stream = await BleStream.create(device.address, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_…