feat(bt/bluedroid): Add HFP config for BQB test

This commit is contained in:
wanglai@espressif.com 2023-08-18 15:52:22 +08:00 committed by gongyantao
parent b8444c2234
commit 0860e75587

View File

@ -1982,6 +1982,24 @@
#define PAN_NAP_SECURITY_LEVEL 0
#endif
/******************************************************************************
**
** HFP
**
******************************************************************************/
#if (BTC_HF_INCLUDED == TRUE) && (BT_CLASSIC_BQB_INCLUDED == TRUE)
#define BT_HF_AG_BQB_INCLUDED TRUE
#else
#define BT_HF_AG_BQB_INCLUDED FALSE
#endif
#if (BTC_HF_CLIENT_INCLUDED == TRUE) && (BT_CLASSIC_BQB_INCLUDED == TRUE)
#define BT_HF_CLIENT_BQB_INCLUDED TRUE
#else
#define BT_HF_CLIENT_BQB_INCLUDED FALSE
#endif
/******************************************************************************
**
** GAP