10 lines
132 B
C
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
|
|
|