This test cannot run on boards that have a native USB REPL, so rename it to
indicate that its "special". This makes it easier to run a subset of
tests, for example:
./run-multitests.py multi_bluetooth/ble*.py
./run-multitests.py multi_bluetooth/perf*.py
./run-multitests.py multi_bluetooth/stress*.py
Signed-off-by: Damien George <damien@micropython.org>
19 lines
369 B
Plaintext
19 lines
369 B
Plaintext
--- instance0 ---
|
|
gap_advertise
|
|
_IRQ_CENTRAL_CONNECT
|
|
_IRQ_CENTRAL_DISCONNECT
|
|
WAIT_FOR_REBOOT instance0_resume 100
|
|
restarted
|
|
gap_advertise
|
|
_IRQ_CENTRAL_CONNECT
|
|
gap_disconnect: True
|
|
_IRQ_CENTRAL_DISCONNECT
|
|
--- instance1 ---
|
|
gap_connect
|
|
_IRQ_PERIPHERAL_CONNECT
|
|
gap_disconnect: True
|
|
_IRQ_PERIPHERAL_DISCONNECT
|
|
gap_connect
|
|
_IRQ_PERIPHERAL_CONNECT
|
|
_IRQ_PERIPHERAL_DISCONNECT
|