btstack_task.h 133 B

123456789
  1. #ifndef BTSTACK_TASK_H
  2. #define BTSTACK_TASK_H
  3. int btstack_init();
  4. int btstack_exit();
  5. void ble_bqb_test_thread_init(void);
  6. #endif