We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01246 commit ea5f2ecCopy full SHA for ea5f2ec
src/nimble/esp_port/esp-hci/src/na_hci_driver.c
@@ -66,7 +66,7 @@ hci_driver_ops_t na_hci_driver_vhci_ops = {
66
};
67
68
// Prevent linking errors when using arduino + bluedroid with esp32c2
69
-#if defined (CONFIG_IDF_TARGET_ESP32C2)
+#if defined(CONFIG_IDF_TARGET_ESP32C2) && ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 5, 1)
70
void adv_stack_enableClearLegacyAdvVsCmd(bool en){}
71
void scan_stack_enableAdvFlowCtrlVsCmd(bool en){}
72
void advFilter_stack_enableDupExcListVsCmd(bool en){}
0 commit comments