From 33febd990c49ef569ec05490436c7a0950631a86 Mon Sep 17 00:00:00 2001 From: Zhou Xiao Date: Mon, 11 Aug 2025 10:25:56 +0800 Subject: [PATCH] fix(ble): wrapped specify scan channel vs cmd --- components/bt/controller/esp32c2/ble.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/bt/controller/esp32c2/ble.c b/components/bt/controller/esp32c2/ble.c index 6dfb56e288..136279e2ef 100644 --- a/components/bt/controller/esp32c2/ble.c +++ b/components/bt/controller/esp32c2/ble.c @@ -35,9 +35,8 @@ void ble_stack_enableVsCmds(bool en) #if DEFAULT_BT_LE_ROLE_OBSERVER scan_stack_enableAdvFlowCtrlVsCmd(en); -#endif // DEFAULT_BT_LE_ROLE_OBSERVER - scan_stack_enableSpecifyScanChanVsCmd(en); +#endif // DEFAULT_BT_LE_ROLE_OBSERVER chanSel_stack_enableSetCsaVsCmd(en); hci_stack_enableSetVsEvtMaskVsCmd(en);