forked from espressif/esp-idf
Merge branch 'bugfix/fix_fcs_1385' into 'master'
fix(bt/bluedroid): Fixed crash when calculating GATTS database hash See merge request espressif/esp-idf!28788
This commit is contained in:
@@ -98,11 +98,11 @@ void btu_init_core(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BLE_INCLUDED == TRUE
|
#if BLE_INCLUDED == TRUE
|
||||||
#if (defined(GATT_INCLUDED) && GATT_INCLUDED == true)
|
|
||||||
gatt_init();
|
|
||||||
#endif
|
|
||||||
#if (defined(SMP_INCLUDED) && SMP_INCLUDED == TRUE)
|
#if (defined(SMP_INCLUDED) && SMP_INCLUDED == TRUE)
|
||||||
SMP_Init();
|
SMP_Init();
|
||||||
|
#endif
|
||||||
|
#if (defined(GATT_INCLUDED) && GATT_INCLUDED == true)
|
||||||
|
gatt_init();
|
||||||
#endif
|
#endif
|
||||||
btm_ble_init();
|
btm_ble_init();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user