Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vkolotov opened this issue Jan 23, 2018 · 0 comments
Assignees

Comments

@vkolotov
Copy link
Contributor

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.

@vkolotov vkolotov self-assigned this Jan 23, 2018
vkolotov added a commit that referenced this issue Jan 23, 2018
…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>
vkolotov added a commit that referenced this issue Jan 23, 2018
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant