mba32a.h 528 B

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