Hi, On Fri, May 13, 2016 at 3:25 AM, jorge_torres <jorge.torres at ctag.com> wrote: > > I am trying to connect a SimpleClientServer to an Android client and I > would like to know if standard pairing is required before the client can > communicate with the server. > > So far Arduino refuses pairing, I don't know if it is because we don't > need it at all or because some problem with Android binaries I read about > (I am already working on that):
I haven't looked closely at the Android and Arduino IoTivity BLE implementations, but it shouldn't be necessary to pair. The server side (LE peripheral) has to be "discoverable", "general connectable" and has to advertise the appropriate IoTivity GATT service UUID. The client side (LE central) should then be able to find that LE peripheral by doing an LE scan. Once found, the LE central simply has to connect to the LE peripheral. No pairing necessary. HTH, -Ossama -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160513/90a59a66/attachment.html>
