jvpernis / esp32-ps3

Control your ESP32 projects with a PS3 controller!
309 stars 84 forks source link

Connection fails with l2cap error #48

Open julian-weinert opened 2 years ago

julian-weinert commented 2 years ago

I'm implementing a really bare-bones test using ESP-IDF (v4.4.1). After some struggles I got it to build and run on an ESP32, waiting for a connection. But as soon as I try to connect a controller it throws an error: E (26693) BT_BTM: btm_sec_l2cap_access_req: (acceptor) remote features unknown!!sec_flags:0x80

I've dug through but lost track somewhere in the source of esp-idf. I would've liked to make it a discussions post rather than an issue, maybe it would be worth enabling that for the repo :)