mba32a.h 575 B

1234567891011121314151617181920212223242526
  1. #ifndef __MBA32A_H
  2. #define __MBA32A_H
  3. #include "main.h"
  4. extern bool resetBTmodule;
  5. extern uint8_t DtuBtKey[16];
  6. extern uint8_t iv[16];
  7. extern uint8_t g_MBA32A_8buf[2048];
  8. extern uint8_t g_MBA32A_8buf_Down[2048];
  9. extern uint16_t u5length;
  10. extern bool btreflag;
  11. void workinfo_W(void);
  12. void open_close_lock(void);
  13. void MBA32A_Init(void);
  14. uint8_t sendCmd_BT(char *pCmd,char *pRes, uint32_t timeOut, uint8_t sendNum);
  15. void USART_SendString(UART_HandleTypeDef *huart,char *str);
  16. void modifyOledBmp(void);
  17. void lock_searchInfo(void);
  18. int dtu_test(void);
  19. #endif /*__MBA32A_H*/