36 lines
431 B
C
Raw Normal View History

2025-02-18 15:40:42 +08:00
#include "system/includes.h"
#include "server/server_core.h"
u8 pdown_keep_pw_gate()
{
return false;
}
#if 0
u16 update_result_get(void)
{
return 0;
}
void update_mode_api(u8 type, ...)
{
}
void update_loader_download_init(void)
{
}
void (*lmp_ch_update_resume_hdl)(void *priv) = NULL;
u8 update_id_info_fill_content(u8 *p, u16 allow_len)
{
return 0;
}
void bt_lmp_update_loader_download_init(void)
{
}
#endif