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

10 lines
132 B
C

#ifndef LOW_LATENCY_H
#define LOW_LATENCY_H
void bt_set_low_latency_mode(int enable);
int bt_get_low_latency_mode(void);
#endif