Search found 1 match
- Wed Dec 28, 2022 4:09 pm
- Forum: ESP-IDF
- Topic: Cannot connect two Bluetooth HID devices simultaneously (BT_HIDH: OPEN ERROR: ERR_SDP)
- Replies: 0
- Views: 1186
Cannot connect two Bluetooth HID devices simultaneously (BT_HIDH: OPEN ERROR: ERR_SDP)
I am trying to use two Wii remotes (which are classic Bluetooth HID devices) with the ESP32. I had this issue with ESP-IDF 4.4.3 and it's still there in ESP-IDF 5.0. I can pair the devices individually fine using the GAP API to scan for them, implementing the ESP_BT_GAP_PIN_REQ_EVT GAP callback to r...