~aleteoryx/muditaos

ref: 9a17c5fc3c0cc1be99a90f36b24b363f5ac22c1d muditaos/module-bluetooth/service_bt_internals.puml -rw-r--r-- 170 bytes
9a17c5fc — Przemyslaw Brudny [EGD-6676] PhoneLock handling with ServiceDesktop 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
@startuml

package ServiceBluetooth {
  object BluetoothSettings {
  bluetoothState
  bondedDevices
  deviceVisibilty
  deviceName
}
  class BluetoothWorker{}
}

@enduml