mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/bluedroid): Fixed crash when calculating GATTS database hash
This commit is contained in:
parent
c2528a0eff
commit
7d197cfd0d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user