~aleteoryx/muditaos

ref: 707337199b87c2af28d3c89fe1ebf1b0e9998078 muditaos/module-bluetooth/bt_hsp_ring_handler.puml -rw-r--r-- 254 bytes
70733719 — Lefucjusz [BH-1855] Add changelog entry 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@startuml
skinparam BackgroundColor F0F0F0
start
note right
    Ringing
end note
while (Call terminated) is (no)
    if (Answer a call) then (no)
    else (yes)
        :SCO link established;
        break;
    endif
endwhile
:Stop Ringing;
stop
@enduml