diff options
| author | Jim Mussared | 2020-11-17 23:30:23 +1100 |
|---|---|---|
| committer | Damien George | 2020-11-24 01:07:17 +1100 |
| commit | 23fad2526db2bbc8b6b07bfd67cc6feba1770249 (patch) | |
| tree | 00513347fa620ce3476f6d65e57ab64094143744 /tests/multi_bluetooth/ble_l2cap.py.exp | |
| parent | 3795c71271aa51902854911a20b020db6b2d274b (diff) | |
tests/multi_bluetooth: Add L2CAP channels multi-test.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/multi_bluetooth/ble_l2cap.py.exp')
| -rw-r--r-- | tests/multi_bluetooth/ble_l2cap.py.exp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/multi_bluetooth/ble_l2cap.py.exp b/tests/multi_bluetooth/ble_l2cap.py.exp new file mode 100644 index 000000000..0c572d99f --- /dev/null +++ b/tests/multi_bluetooth/ble_l2cap.py.exp @@ -0,0 +1,23 @@ +--- instance0 --- +gap_advertise +_IRQ_CENTRAL_CONNECT +l2cap_listen +_IRQ_L2CAP_ACCEPT 22 450 450 +_IRQ_L2CAP_CONNECT 22 450 450 +l2cap_recvinto 3640 +l2cap_send 16 400 +_IRQ_L2CAP_DISCONNECT 22 0 +received 3640 3640 +_IRQ_CENTRAL_DISCONNECT +--- instance1 --- +gap_connect +_IRQ_PERIPHERAL_CONNECT +l2cap_connect +_IRQ_L2CAP_CONNECT 22 450 450 +l2cap_send 16 400 +l2cap_recvinto 3640 +l2cap_disconnect +_IRQ_L2CAP_DISCONNECT 22 0 +received 3640 3640 +gap_disconnect: True +_IRQ_PERIPHERAL_DISCONNECT |
