123456789101112131415161718192021222324252627282930 |
-
-
- #ifndef __STATE_VENTY_H__
- #define __STATE_VENTY_H__
-
- #include <ble.h>
-
- void state_venty_target(bd_addr_t addr, bd_addr_type_t type);
-
- void state_venty_enter(void);
- void state_venty_exit(void);
- void state_venty_run(void);
-
- #endif
|