sputnikdev / bluetooth-manager

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

Tweaking responsiveness of the governors control methods #9

Open vkolotov opened 6 years ago

vkolotov commented 6 years ago

Bluetooth manager governors have various control fields (that control state of bluetooth objects). When a control field gets set, it takes some time for the thread scheduler to kick off and update governor state accordingly with control fields. A triggering mechanism must be implemented that makes governors to be more responsive.