KT25-1015_AC695x_SDK310/include_lib/btstack/btstack_task.h

10 lines
133 B
C
Raw Normal View History

2025-10-15 07:18:43 +00:00
#ifndef BTSTACK_TASK_H
#define BTSTACK_TASK_H
int btstack_init();
int btstack_exit();
void ble_bqb_test_thread_init(void);
#endif