1

I want to send text data through Ios to android using Bluetooth Low Energy Protocol through Advertisements. I have tried alot of code examples but nothing find useful. Please suggest me any working example so i can transmit data in connection less transmissions through advertisements from Ios to android and android to ios. please help my guys. I will be thankful to you !!!

1 Answers1

0

What you want to do is doable but you may need some digging and trial-and-error as there isn't any ready example that I am aware of. To achieve what you want, you have to:-

  1. Send custom data from iOS via BLE advertisements.
  2. Read the custom data from Android via BLE scanning.

You can achieve the first part through one of the examples below:-

And info on the second part can be found here:-

Some other useful references:-

Youssif Saeed
  • 11,789
  • 4
  • 44
  • 72