Does the ESP32 Bluetooth Classic not support the iPhone?
Posted: Wed May 17, 2023 2:45 am
Does the ESP32 Bluetooth Classic not support the iPhone?
When I search for a Bluetooth device from my iPhone, the device does not show up.
When I build the ESP-IDF Bluetooth Classic sample code, I can find and connect to the device on Windows and Android, but the device itself is not found when searching from iPhone.
For example, the following sample code:
\examples\bluetooth\bluedroid\classic_bt\bt_hid_mouse_device
Also, the device can be found from the iPhone if it is BLE and not Bluetooth Classic.
For example, the following sample code:
\examples\bluetooth\bluedroid\ble\ble_hid_device_demo
I would like to know why, since the iPhone also supports HID, I believe it can search and connect to devices.
Sorry if there have been similar questions in the past.
When I search for a Bluetooth device from my iPhone, the device does not show up.
When I build the ESP-IDF Bluetooth Classic sample code, I can find and connect to the device on Windows and Android, but the device itself is not found when searching from iPhone.
For example, the following sample code:
\examples\bluetooth\bluedroid\classic_bt\bt_hid_mouse_device
Also, the device can be found from the iPhone if it is BLE and not Bluetooth Classic.
For example, the following sample code:
\examples\bluetooth\bluedroid\ble\ble_hid_device_demo
I would like to know why, since the iPhone also supports HID, I believe it can search and connect to devices.
Sorry if there have been similar questions in the past.