123456789101112131415161718192021222324252627282930 |
-
-
- #ifndef __STATE_CRAFTY_H__
- #define __STATE_CRAFTY_H__
-
- #include <ble.h>
-
- void state_crafty_target(bd_addr_t addr, bd_addr_type_t type);
-
- void state_crafty_enter(void);
- void state_crafty_exit(void);
- void state_crafty_run(void);
-
- #endif
|