add reversed role example doc

This commit is contained in:
Gilles Boccon-Gibod
2023-03-20 18:35:22 -07:00
parent 1efa2e9d44
commit 33ae047765

View File

@@ -145,3 +145,14 @@ the other on `usb:1`, and two consoles/terminals. We will run a command in each.
```
$ bumble-bench --mode l2cap-server central --phy 2m usb:1
```
!!! example "Reversed roles with L2CAP"
In the first console/terminal:
```
$ bumble-bench --mode l2cap-client --role sender peripheral usb:0
```
In the second console/terminal:
```
$ bumble-bench --mode l2cap-server --role receiver central usb:1
```