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