~aleteoryx/muditaos

ref: 9ff36a172234fcc90d334649393a573afb8e200f muditaos/module-bluetooth/doc/bt_scan.puml -rw-r--r-- 405 bytes
9ff36a17 — Mateusz Grzegorzek [BH-835] Add Alarm Settings menu window 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@startuml
skinparam BackgroundColor F0F0F0

actor User
participant ServiceBluetooth
==Start scan==
activate ServiceBluetooth
User -> ServiceBluetooth : BluetoothMessage(BluetoothMessage::Request::Scan)
ServiceBluetooth -> User : for each device: BluetoothScanResultMessage
deactivate ServiceBluetooth
==Stop scan==
User -> ServiceBluetooth : BluetoothMessage(BluetoothMessage::Request::StopScan)

@enduml