sputnikdev / bluetooth-manager

Java Bluetooth Manager. A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
Apache License 2.0
95 stars 22 forks source link

Clean up Bluetooth Manager API so it can be shared between multiple clients #5

Closed vkolotov closed 6 years ago

vkolotov commented 6 years ago

There are some setter methods on the BluetoothManager interface that changes state of the manager. These methods should be removed from the public API. Most likely a good solutions for this would be a new "builder" class that creates and sets up bluetooth manager instances.

vkolotov commented 6 years ago

Re-opening this issue as there are more possibilities for improvements: