~aleteoryx/muditaos

ref: ece6a51e5b5e92bc50bf93dd1d67bb7bfbbd15b4 muditaos/module-bluetooth/service_bt_internals.puml -rw-r--r-- 170 bytes
ece6a51e — Marcin Smoczyński [EGD-6800] Enable voice transcoding 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