mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
component/bt: Fix BLE SMP free without init
This commit is contained in:
@@ -129,12 +129,12 @@ void btu_free_core(void)
|
|||||||
#if (defined(GATT_INCLUDED) && GATT_INCLUDED == true)
|
#if (defined(GATT_INCLUDED) && GATT_INCLUDED == true)
|
||||||
gatt_free();
|
gatt_free();
|
||||||
#endif
|
#endif
|
||||||
btm_ble_free();
|
|
||||||
#endif
|
|
||||||
btm_free();
|
|
||||||
#if SMP_INCLUDED == TRUE
|
#if SMP_INCLUDED == TRUE
|
||||||
SMP_Free();
|
SMP_Free();
|
||||||
#endif
|
#endif
|
||||||
|
btm_ble_free();
|
||||||
|
#endif
|
||||||
|
btm_free();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
Reference in New Issue
Block a user