AC695N-SoundBox-SDK/include_lib/btstack/btstack_task.h

10 lines
133 B
C
Raw Permalink Normal View History

2026-08-09 00:00:00 +00:00
#ifndef BTSTACK_TASK_H
#define BTSTACK_TASK_H
int btstack_init();
int btstack_exit();
void ble_bqb_test_thread_init(void);
#endif