You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…proach (without listeners). Going though a basic use case scenario (readin a characteristic value) and making sure that bluetooth manager can be used in single line of code to read a characteristic. Is related to #8.
Signed-off-by: Vlad Kolotov <vkolotov@gmail.com>
…proach (without listeners). Going though a basic use case scenario (readin a characteristic value) and making sure that bluetooth manager can be used in single line of code to read a characteristic. Is related to #8. - adding a forgotten file
Signed-off-by: Vlad Kolotov <vkolotov@gmail.com>
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.
The text was updated successfully, but these errors were encountered: