/** @file demo.h @brief This file is demo . */ /*================================================================ Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved. Quectel Wireless Solution Proprietary and Confidential. =================================================================*/ /*================================================================= EDIT HISTORY FOR MODULE This section contains comments describing changes made to the module. Notice that changes are listed in reverse chronological order. WHEN WHO WHAT, WHERE, WHY ------------ ------- ------------------------------------------------------------------------------- =================================================================*/ #ifndef BT_A2DP_AVRCP_DEMO_H #define BT_A2DP_AVRCP_DEMO_H #ifdef __cplusplus extern "C" { #endif /*=========================================================================== * include files ===========================================================================*/ /*=========================================================================== * Macro Definition ===========================================================================*/ typedef void * ql_task_t; /*=========================================================================== * Struct ===========================================================================*/ /*=========================================================================== * Enum ===========================================================================*/ /*=========================================================================== * Variate ===========================================================================*/ /*=========================================================================== * Functions ===========================================================================*/ void ql_bt_a2dp_avrcp_app_init(void); #ifdef __cplusplus } /*"C" */ #endif #endif /* BT_A2DP_AVRCP_DEMO_H */