tinyb icon indicating copy to clipboard operation
tinyb copied to clipboard

How to do pairing in TinyB?

Open yongnan0809 opened this issue 7 years ago • 2 comments

We are working on a project to connect our IoT gateway on the Intel Edison board to a few wearable devices via BLE. We are currently using the TinyB for the BLE communication. TinyB is working nicely with most of them.

However, we have found that one of the current wearable devices requires pairing for BLE communication. Would you please tell us how to do pairing in TinyB ? We would appreciate your help very much.

Thank you very much

yongnan0809 avatar Mar 16 '17 09:03 yongnan0809

Just calling the device's pair method should work in most cases. There should be a default handler set up in the system. There's no support for writing your own handler at this point.

petreeftime avatar Jun 10 '17 10:06 petreeftime

Any update on this? We are also interested to see a mechanism to pair using a pairing key included within this library since most of the practical applications are handled that way.

Really appreciate if someone can point in the direction to develop the feature so that we can give a try at it.

Cheers.

rajithavk avatar Feb 20 '18 12:02 rajithavk