Searched refs:BleStream (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tools/tcat_ble_client/ |
D | bbtc.py | 36 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/ |
D | ble_stream.py | 42 class BleStream: class 80 for s in BleStream.__sliced(data, rx_char.max_write_without_response_size):
|
/openthread-latest/tools/tcat_ble_client/cli/ |
D | base_commands.py | 32 from ble.ble_stream import BleStream 372 …ble_stream = await BleStream.create(device.address, BBTC_SERVICE_UUID, BBTC_TX_CHAR_UUID, BBTC_RX_…
|