~aleteoryx/muditaos

ref: 39a760bad6d6dd28300bad334c7902d7e46fa6e2 muditaos/module-bluetooth/service_bt_internals.puml -rw-r--r-- 170 bytes
39a760ba — Maciej Gibowicz [EGD-6702] Add time zone library 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