func_le_bqb_rf.h 297 B

123456789101112
  1. #ifndef _FUNC_LE_BQB_RF_H
  2. #define _FUNC_LE_BQB_RF_H
  3. void func_le_bqb_rf_message(uint16_t msg);
  4. void func_le_bqb_rf_process(void);
  5. void func_le_bqb_rf_enter(void);
  6. void func_le_bqb_rf_exit(void);
  7. void func_le_bqb_rf_init(void);
  8. void func_le_bqb_rf_sub_process(void);
  9. #endif // _FUNC_LE_BQB_RF_H