Page 1 of 1

Interworking flag for iOS

Posted: Mon Apr 06, 2020 1:41 am
by Lucas.Hutchinson
Hi All,

We have configured the esp32 as a BLE peripheral that setups a WiFi AP that we then connect to with a user's phone.

We have run into some issues when developing our iOS app.
We are currently talking to apple about these issues because we believe they are bugs in iOS as the same issues are not present on android.

As part of the debugging process they are asking if it is possible for us to set the "Interworking" flag when setting up the AP.
I have not really see this as part of the esp32 documentation. I have also not seen really any references to this apart from a single define very deep down in the IDF.

Is anybody about to tell me:
1) What this flag is.
2) Can I set this flag in the esp32 when it is configured as an AP. and if this can be set:
3) How and where would I go about setting this flag.

Thanks in advance.
Lucas

Re: Interworking flag for iOS

Posted: Tue Apr 07, 2020 10:40 pm
by Lucas.Hutchinson
Bump, Anyone?