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

[Question] How to send more than 1 response to a single write request? #29

Open
gg-yang opened this issue Apr 20, 2021 · 0 comments
Open

Comments

@gg-yang
Copy link

gg-yang commented Apr 20, 2021

I'm trying to implement a simulator that mimics a physical device that uses BLE to transmit messages. Whenever it receives a write request, it'll send an initial response (0xFFFF...), then the actual response (0x7F1002...). However, I'm only able to send 1 response with my Bleno implementation currently. How can I implement it to send both?

Further, if I need to send a response with more than 20 bytes, how can I do so with Bleno? I've gone through the examples, but not quite sure what I should be looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant