The ble subcommand supports two methods for identifying the target device to which you are going to upload the firmware:
| Options | Description |
|---|---|
--device-name <DEVICE_NAME> |
Scans for and connects to the first device whose advertised name contains <DEVICE_NAME>. Optional timeout option --scan-timeout <SECONDS> controls the scan duration (default: 3 seconds). |
--address <ADDRESS>--address-type <TYPE> |
Connects directly to a device with a known Bluetooth MAC address. --address-type <TYPE> specifies the address type and is required with --address; supported types: 0x00 (Public), 0x01 (Random), 0x02 (PublicIdentity), 0x03 (RandomIdentity). |