mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
component/bt: add conditional compilation direvatives to control the source code building of classic bluetooth
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
#include "avct_api.h"
|
||||
#include "avct_int.h"
|
||||
|
||||
#if (defined(AVCT_INCLUDED) && AVCT_INCLUDED == TRUE)
|
||||
|
||||
/* Control block for AVCT */
|
||||
#if AVCT_DYNAMIC_MEMORY == FALSE
|
||||
tAVCT_CB avct_cb;
|
||||
@@ -471,3 +473,4 @@ UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg)
|
||||
return result;
|
||||
}
|
||||
|
||||
#endif /* #if (defined(AVCT_INCLUDED) && AVCT_INCLUDED == TRUE) */
|
||||
|
Reference in New Issue
Block a user