123456789101112131415161718192021222324252627282930 |
-
-
- #ifndef __STATE_VOLCANO_CONF_H__
- #define __STATE_VOLCANO_CONF_H__
-
- #include <ble.h>
-
- void state_volcano_conf_target(bd_addr_t addr, bd_addr_type_t type);
-
- void state_volcano_conf_enter(void);
- void state_volcano_conf_exit(void);
- void state_volcano_conf_run(void);
-
- #endif
|