bt_a2dp_avrcp_demo.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /** @file
  2. demo.h
  3. @brief
  4. This file is demo .
  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_A2DP_AVRCP_DEMO_H
  18. #define BT_A2DP_AVRCP_DEMO_H
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. /*===========================================================================
  23. * include files
  24. ===========================================================================*/
  25. /*===========================================================================
  26. * Macro Definition
  27. ===========================================================================*/
  28. typedef void * ql_task_t;
  29. /*===========================================================================
  30. * Struct
  31. ===========================================================================*/
  32. /*===========================================================================
  33. * Enum
  34. ===========================================================================*/
  35. /*===========================================================================
  36. * Variate
  37. ===========================================================================*/
  38. /*===========================================================================
  39. * Functions
  40. ===========================================================================*/
  41. void ql_bt_a2dp_avrcp_app_init(void);
  42. #ifdef __cplusplus
  43. } /*"C" */
  44. #endif
  45. #endif /* BT_A2DP_AVRCP_DEMO_H */