~aleteoryx/muditaos

ref: 30487c600885ff6f08de2699a19d1497eb00fcb6 muditaos/test/pytest/service-bluetooth/doc/bluetooth-pretest-condition.puml -rw-r--r-- 180 bytes
30487c60 — Adam Dobrowolski [MOS-110] Statistics api for system 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
@startuml
skinparam BackgroundColor F0F0F0
if (is on BT Main) then (no)
  :navigate to BT main;
else (yes)
endif

if (is BT off) then (no)
  :turn BT off;
else (yes)
endif
@enduml