Page 1 of 1

Bluetooth SPP not working with iOS

Posted: Sun Apr 14, 2019 12:28 pm
by Adham Aboud
Hello Guys,

iPhone can't see ESP32 when I work with the standard Bluetooth, any clue ?

Thank you in advance,

Re: Bluetooth SPP not working with iOS

Posted: Sun Apr 14, 2019 2:56 pm
by WiFive

Re: Bluetooth SPP not working with iOS

Posted: Sun Apr 14, 2019 3:24 pm
by Adham Aboud
WiFive wrote:
Sun Apr 14, 2019 2:56 pm
https://support.apple.com/en-us/HT204387
Hello WiFive,
First I would like to thank you for your reply, secondly I have to transfer "large data" via bluetooth, SPP profile was good solution for that. So now I'm facing a problem with iOS.
Is there any good profile that can be used to transfer "large data" , that can work with both iOS and android?

Re: Bluetooth SPP not working with iOS

Posted: Sun Apr 14, 2019 3:28 pm
by WiFive

Re: Bluetooth SPP not working with iOS

Posted: Sun Apr 14, 2019 4:02 pm
by Adham Aboud
I think that I didn't make myself clear enough.
My situation is the following:
1. ESP32 act like an acceptor (can accept devices to be connected to)

2. Phones sends large amount of data to ESP32

That is my situation, and I'm looking for a standard bluetooth profile ,rather than SPP profile, that I can use and can work with both iOS and android

Re: Bluetooth SPP not working with iOS

Posted: Mon Apr 15, 2019 2:31 am
by WiFive
Basically no, you may have to choose wifi.

Re: Bluetooth SPP not working with iOS

Posted: Fri May 03, 2019 8:24 am
by alexey_powers
I have a similar problem. And Bluetooth PAN seems to be a solution. But is there some sample code for ESP32?