2025-02-18 15:40:42 +08:00

10 lines
133 B
C

#ifndef BTSTACK_TASK_H
#define BTSTACK_TASK_H
int btstack_init();
int btstack_exit();
void ble_bqb_test_thread_init(void);
#endif