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 !!!
Asked
Active
Viewed 325 times
1 Answers
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:-
- Send custom data from iOS via BLE advertisements.
- 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:-
- How can I read the Bluetooth LE advertisement data in Android at the time of scanning
- Read advertisement packet in Android
Some other useful references:-

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