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

Tweaking bluetooth manager to be able to work with procedural approach (without listeners) #8

Open vkolotov opened 6 years ago

vkolotov commented 6 years ago

Bluetooth manager was initially designed to be used along with various listeners that are subscribed for different events (manager listener, governor listener etc), e.g. "asynchronous approach" . The bluetooth manager should be tweaked/simplified to be used in more procedural approach, e.g. without using any listeners.