pschatzmann / ESP32-A2DP

A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Apache License 2.0
1.55k stars 262 forks source link

Access Protection Authentication works great with Android but is ignored with IOS #388

Open esp32resso opened 1 year ago

esp32resso commented 1 year ago

Connecting to the Esp32 with an Android device or a Linux-PC for the first time, with Access Protection Authentication enabled, works as intended: Android asks to confirm the pin and the esp32 waits for the confirmation of the Android device and a button-press to confirm it on the esp32. But if i try to connect with an IOS devices for the first time, it connects without confirming anything.

(Yes, i deleted the BT-device-connection on the IOS device and i even changed the BT-mac-address and name of the ESP32. Tried with different IOS versions and devices: same result.)

mrhempman69 commented 9 months ago

See also: https://github.com/pschatzmann/ESP32-A2DP/discussions/495