BT API support for C++
Posted: Mon Aug 26, 2024 6:36 pm
Hi,
Dear IDF authors, this problem exists like since forever.
I wan't to write simple app on C++ but GAP/GATTS API doesn't support it.
I'm talking about event handlers.
Why esp_event_handler_register has custom arg parameter while neither esp_ble_gap_register_callback nor esp_ble_gatts_register_callback don't?
It's not so hard to add parameter and later call callback handler with it.
Please, add it in future releases
Dear IDF authors, this problem exists like since forever.
I wan't to write simple app on C++ but GAP/GATTS API doesn't support it.
I'm talking about event handlers.
Why esp_event_handler_register has custom arg parameter while neither esp_ble_gap_register_callback nor esp_ble_gatts_register_callback don't?
It's not so hard to add parameter and later call callback handler with it.
Please, add it in future releases