Replies: 1 comment
-
Yes, there are function like connect(), disconnect(), etc. However, if pairing or bonding is wanted, then this would need to be done prior to connecting with SimpleBLE on the OS level (e.g., Windows Bluetooth & devices -> Devices, similar on Mac or Linux). It cannot be done with SimpleBLE alone. To my knowledge this is a restriction of the underlying OS's. |
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
-
In my application I need to connect and pair to a peripheral device, can I do this using a call like peripheral.connect()?
Beta Was this translation helpful? Give feedback.
All reactions