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

release/v4.4
chenjianhua 2024-01-30 15:37:41 +08:00
rodzic 17e3c69694
commit 8ada7f868b
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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