25 lines
675 B
C
25 lines
675 B
C
|
#ifndef APP_ACTION_H
|
||
|
#define APP_ACTION_H
|
||
|
|
||
|
#define ACTION_SPPLE_MAIN 0x0001
|
||
|
#define ACTION_IDLE_MAIN 0x0002
|
||
|
#define ACTION_AT_COM 0x0003
|
||
|
#define ACTION_DONGLE_MAIN 0x0004
|
||
|
#define ACTION_MULTI_MAIN 0x0005
|
||
|
#define ACTION_TUYA_MAIN 0x0006
|
||
|
#define ACTION_NOCONN_24G_MAIN 0x0007
|
||
|
#define ACTION_LL_SYNC 0x0008
|
||
|
#define ACTION_CENTRAL_MAIN 0x0009
|
||
|
#define ACTION_BEACON_MAIN 0x000a
|
||
|
#define ACTION_TUYA 0x000b
|
||
|
#define ACTION_CONN_24G_MAIN 0x000c
|
||
|
#define ACTION_HILINK_MAIN 0x000d
|
||
|
#define ACTION_ELECTROCAR 0x000e
|
||
|
#define ACTION_FINDMY 0x000F
|
||
|
#define ACTION_FTMS 0x0010
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|