Skip to content

Commit 27fee88

Browse files
author
Zhou Xiao
committed
fix(ble): wrapped specify scan channel vs cmd
(cherry picked from commit 33febd9) Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
1 parent 1191f4c commit 27fee88

File tree

1 file changed

+1
-2
lines changed
  • components/bt/controller/esp32c2

1 file changed

+1
-2
lines changed

components/bt/controller/esp32c2/ble.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ void ble_stack_enableVsCmds(bool en)
3535

3636
#if DEFAULT_BT_LE_ROLE_OBSERVER
3737
scan_stack_enableAdvFlowCtrlVsCmd(en);
38-
#endif // DEFAULT_BT_LE_ROLE_OBSERVER
39-
4038
scan_stack_enableSpecifyScanChanVsCmd(en);
39+
#endif // DEFAULT_BT_LE_ROLE_OBSERVER
4140

4241
chanSel_stack_enableSetCsaVsCmd(en);
4342
hci_stack_enableSetVsEvtMaskVsCmd(en);

0 commit comments

Comments
 (0)