mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-20 15:07:17 -04:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
@startuml
|
|
|
|
[Service DB] as srvcdb
|
|
[Service Bluetooth] as srvcbt
|
|
[Application Settings] as appstngs
|
|
|
|
|
|
srvcdb <-r-> srvcbt : SettingsAgent
|
|
srvcbt <-r-> appstngs : BluetoothMessages
|
|
|
|
@enduml
|