mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
component/bt: check for registration status of callback function before using it Add checking of NULL function pointers when calling bluetooth callbacks, especially before the callback functions are registered See merge request !406