Currently I am having this situation, I have 3 iOS device and one of the device act as Central & rest 2 are acting as peripheral.
Also my central can able to scan and populate these two device UUID
, Major ID
, Minor ID
& their proximity in a table view.
Now when I tap on any particular cell I want to exchange some data from my central to that particular device(also vice versa).How to achieve this ?
Is there any way available So that I can get the device name (Tom's iPhone, Sam's iPad etc.) along with
UUID
,Major ID
,Minor ID
& their proximity ?Is there any way available to make these data exchange secure, So no one can snoop these data ?