mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/blufi_add_missing_adv_stop_v5.4' into 'release/v5.4'
fix(nimble): Added code for missing adv stop in blufi (v5.4) See merge request espressif/esp-idf!38718
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user