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.
2 parents dc91d32 + a13019b commit b20122cCopy full SHA for b20122c
components/bt/common/btc/profile/esp/blufi/nimble_host/esp_blufi.c
@@ -1,5 +1,5 @@
1
/*
2
- * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
+ * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
@@ -511,7 +511,10 @@ void esp_blufi_disconnect(void)
511
ble_gap_terminate(blufi_env.conn_id, BLE_ERR_REM_USER_CONN_TERM);
512
}
513
514
-void esp_blufi_adv_stop(void) {}
+void esp_blufi_adv_stop(void)
515
+{
516
+ ble_gap_adv_stop();
517
+}
518
519
void esp_blufi_send_encap(void *arg)
520
{
0 commit comments