~aleteoryx/muditaos

ref: 686d5395c76e5768e186005263ace05092c19bcc muditaos/module-bluetooth/service_bt_internals.puml -rw-r--r-- 170 bytes
686d5395 — Hubert Chrzaniuk [EGD-5880] Change mode related volume logic 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