bt_hfp_demo.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /** @file
  2. bt_hfp_demo.h
  3. @brief
  4. This file is used to define bt hfp demo for different Quectel Project.
  5. */
  6. /*================================================================
  7. Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
  8. Quectel Wireless Solution Proprietary and Confidential.
  9. =================================================================*/
  10. /*=================================================================
  11. EDIT HISTORY FOR MODULE
  12. This section contains comments describing changes made to the module.
  13. Notice that changes are listed in reverse chronological order.
  14. WHEN WHO WHAT, WHERE, WHY
  15. ------------ ------- -------------------------------------------------------------------------------
  16. =================================================================*/
  17. #ifndef BT_HFP_DEMO_H
  18. #define BT_HFP_DEMO_H
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. /*========================================================================
  23. * Variable Definition
  24. *========================================================================*/
  25. #define BT_BLE_DEMO_TASK_PRIO 12
  26. #define BT_BLE_DEMO_TASK_STACK_SIZE 8*1024
  27. #define BT_BLE_DEMO_TASK_EVENT_CNT 16
  28. /*========================================================================
  29. * function Definition
  30. *========================================================================*/
  31. QlOSStatus ql_bt_hfp_demo_init(void);
  32. #ifdef __cplusplus
  33. } /*"C" */
  34. #endif
  35. #endif /* BT_HFP_DEMO_H */