Search found 1 match

by aurxine
Tue Jun 11, 2024 6:35 am
Forum: ESP-IDF
Topic: ESP-IDF 5.1.1 gatt_server identifier "CONFIG_BT_LE_LL_RESOLV_LIST_SIZE" is undefined
Replies: 1
Views: 1077

Re: ESP-IDF 5.1.1 gatt_server identifier "CONFIG_BT_LE_LL_RESOLV_LIST_SIZE" is undefined

I faced the similar problem. Clicking on "BT_CONTROLLER_INIT_CONFIG_DEFAULT();" took me to esp32h4/include/bt.h instead of esp32c3/include/bt.h, which means vscode was replacing the default config to that of esp32h4 instead of esp32c3 (which I'm actually working on). Adding "compileCommands": "${wor...