12345678910111213141516171819202122232425262728293031 |
-
-
- #ifndef __STATE_VOLCANO_RUN_H__
- #define __STATE_VOLCANO_RUN_H__
-
- #include <ble.h>
-
- void state_volcano_run_index(uint16_t index);
- void state_volcano_run_target(bd_addr_t addr, bd_addr_type_t type);
-
- void state_volcano_run_enter(void);
- void state_volcano_run_exit(void);
- void state_volcano_run_run(void);
-
- #endif
|