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