forked from espressif/esp-idf
feat(bt/bluedroid): Add HFP config for BQB test
This commit is contained in:
committed by
gongyantao
parent
b8444c2234
commit
0860e75587
@@ -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
|
||||
|
Reference in New Issue
Block a user