Skip to content

Commit ad6904d

Browse files
committed
Merge branch 'fix/specify_scan_channel_for_esp32c2_v5.5' into 'release/v5.5'
fix(ble): wrapped specify scan channel vs cmd (v5.5) See merge request espressif/esp-idf!41155
2 parents 335bfd8 + 27fee88 commit ad6904d

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)