misc.c 384 B

123456789101112131415161718192021222324252627282930
  1. #include "system/includes.h"
  2. #include "server/server_core.h"
  3. #if 0
  4. u16 update_result_get(void)
  5. {
  6. return 0;
  7. }
  8. void update_mode_api(u8 type, ...)
  9. {
  10. }
  11. void update_loader_download_init(void)
  12. {
  13. }
  14. void (*lmp_ch_update_resume_hdl)(void *priv) = NULL;
  15. u8 update_id_info_fill_content(u8 *p, u16 allow_len)
  16. {
  17. return 0;
  18. }
  19. void bt_lmp_update_loader_download_init(void)
  20. {
  21. }
  22. #endif