~aleteoryx/muditaos

ref: 6cd0fd35e889cbdd8ebaa15622cd66ea26f423a8 muditaos/module-bluetooth/service_bt_internals.puml -rw-r--r-- 170 bytes
6cd0fd35 — Alek Rudnik [EGD-5777] Refactored status bar battery indicator 5 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