~aleteoryx/muditaos

ref: 5281f3d0c81d27dca99a0a01ef3e2c316c6c5f22 muditaos/module-bluetooth/bt_hsp_ring_trigger.puml -rw-r--r-- 238 bytes
5281f3d0 — Mateusz Grzegorzek [BH-836] Add missing items to Settings window 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@startuml
skinparam BackgroundColor F0F0F0
start
note right
    Call incoming
end note
:Service Cellular;
:Application call;
:Service Audio;
:Service Bluetooth;
if (Current profile allows ringing) then (yes)
    :Ring;
endif
stop
@enduml