diff --git a/components/bt/common/btc/profile/esp/blufi/nimble_host/esp_blufi.c b/components/bt/common/btc/profile/esp/blufi/nimble_host/esp_blufi.c index 184cbe77da..d40a4f4cf2 100644 --- a/components/bt/common/btc/profile/esp/blufi/nimble_host/esp_blufi.c +++ b/components/bt/common/btc/profile/esp/blufi/nimble_host/esp_blufi.c @@ -511,7 +511,10 @@ void esp_blufi_disconnect(void) ble_gap_terminate(blufi_env.conn_id, BLE_ERR_REM_USER_CONN_TERM); } -void esp_blufi_adv_stop(void) {} +void esp_blufi_adv_stop(void) +{ + ble_gap_adv_stop(); +} void esp_blufi_send_encap(void *arg) {