BLE Listener #5069
Ranger11Danger
started this conversation in
Help Wanted
BLE Listener
#5069
Replies: 1 comment
-
Unfortunately I am not well-versed in the BLE module. My guess is that you could start with finding what are the right parameters for this method. Because then that should allow you to get back a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone worked with setting up the ble transport listener? I took the initiator example provided, and tried just switching from client to server:
however this cannot compile:
It looks like the
BleServerDriver
trait is only implemented forBleServer
so im not sure how your supposed to create the server using an adapter. If anyone has a working example that would be greatly appreciated!Beta Was this translation helpful? Give feedback.
All reactions