Description
I'm using Arduino IDE and I have imported only changes related to iBeacon by simply coping and overwriting BLEAdvertising.* BLEBeacon.* and BLEUUID.h inside Arduino libs.
Doing this way it compiles without any problem.
I used this code for server side iBeacons advertising:
https://pastebin.com/HYyGT5K2
Reading data with nRF Connect on iPhone it does not seems to be working as aspected.
After some info exchange we suspected the problem should be in iPhone data reading.
But may be there should be something else in arduino libs.
It should be interesting to understand where the issue can be using origina esp environment with an iPhone (do someone can tell me if I can install esp development environment without conflicts with the arduino one ?)