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 1191f4c commit 27fee88Copy full SHA for 27fee88
components/bt/controller/esp32c2/ble.c
@@ -35,9 +35,8 @@ void ble_stack_enableVsCmds(bool en)
35
36
#if DEFAULT_BT_LE_ROLE_OBSERVER
37
scan_stack_enableAdvFlowCtrlVsCmd(en);
38
-#endif // DEFAULT_BT_LE_ROLE_OBSERVER
39
-
40
scan_stack_enableSpecifyScanChanVsCmd(en);
+#endif // DEFAULT_BT_LE_ROLE_OBSERVER
41
42
chanSel_stack_enableSetCsaVsCmd(en);
43
hci_stack_enableSetVsEvtMaskVsCmd(en);
0 commit comments