Files
AC707N/SDK/apps/watch/include/app_common.h
T
2025-12-03 11:12:34 +08:00

12 lines
201 B
C

#ifndef __APP_COMMON_H__
#define __APP_COMMON_H__
#include "typedef.h"
#include "call/call_common.h"
extern u8 app_common_key_var_2_event(u32 key_var);
void set_bt_esco_by_watch(bool flag);
#endif