]> sigrok.org Git - libsigrok.git/commitdiff
README.devices: document conn=bt/ extensions for more optional parameters
authorGerhard Sittig <redacted>
Mon, 20 Feb 2023 19:03:19 +0000 (20:03 +0100)
committerGerhard Sittig <redacted>
Sun, 26 Feb 2023 08:31:48 +0000 (09:31 +0100)
The conn=bt/ syntax grew support for optional additional parameters. Add
them to the README.devices page for awareness.

README.devices

index 9572678673b57a89140daa0f710b49152eab493b..fe4d6c8b55eae80407a75c1bb03169096c2a6ad0 100644 (file)
@@ -201,7 +201,7 @@ Formal syntax for serial communication:
    path may contain slashes
    path and serno are "greedy" (span to the end of the spec)
  - Bluetooth Classic and Bluetooth Low Energy (BLE):
-   conn=bt/<conn>/<addr>
+   conn=bt/<conn>/<addr>[/param=value]
    conn can be: rfcomm, ble122, nrf51, cc254x
    addr can be "dense" or separated, bt/cc254x/0123456789ab or
      bt/rfcomm/11-22-33-44-55-66 or bt/ble122/88:6b:12:34:56:78
@@ -209,6 +209,8 @@ Formal syntax for serial communication:
      from a string that separates fields by colon, e.g. in the "--driver
      <name>:conn=<spec>" example, that is why the dense form and the use
      of dashes for separation are supported)
+   additional parameter keywords can be: channel, handle_rx, handle_tx,
+     handle_cccd, value_cccd
 
 Some of the drivers implement a default for the connection. Some of the
 drivers can auto-detect USB connected devices.