fix(bt/bluedroid): Fixed crash when calculating GATTS database hash

This commit is contained in:
chenjianhua 2024-01-30 15:37:41 +08:00
parent 9cc713cd06
commit 94c0684fdb

View File

@ -98,11 +98,11 @@ void btu_init_core(void)
#endif
#if BLE_INCLUDED == TRUE
#if (defined(GATT_INCLUDED) && GATT_INCLUDED == true)
gatt_init();
#endif
#if (defined(SMP_INCLUDED) && SMP_INCLUDED == TRUE)
SMP_Init();
#endif
#if (defined(GATT_INCLUDED) && GATT_INCLUDED == true)
gatt_init();
#endif
btm_ble_init();
#endif