bundle.ble.cli ============== .. py:module:: bundle.ble.cli .. autoapi-nested-parse:: Bundle BLE subcommand for the project CLI. Attributes ---------- .. autoapisummary:: bundle.ble.cli.log Functions --------- .. autoapisummary:: bundle.ble.cli.ble bundle.ble.cli.scan bundle.ble.cli.connect Module Contents --------------- .. py:data:: log .. py:function:: ble() -> None :async: Interact with Bundle's BLE module. .. py:function:: scan(timeout: float) -> None :async: Scan for available BLE devices. .. py:function:: connect(name: str | None, address: str | None) -> None :async: Open an interactive BLE console using NUS.