bundle.ble.cli

Bundle BLE subcommand for the project CLI.

Attributes

log

Functions

ble(→ None)

Interact with Bundle's BLE module.

scan(→ None)

Scan for available BLE devices.

connect(→ None)

Open an interactive BLE console using NUS.

Module Contents

bundle.ble.cli.log
async bundle.ble.cli.ble() None

Interact with Bundle’s BLE module.

async bundle.ble.cli.scan(timeout: float) None

Scan for available BLE devices.

async bundle.ble.cli.connect(name: str | None, address: str | None) None

Open an interactive BLE console using NUS.