mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
feat(bt/bluedroid): Add HFP config for BQB test
This commit is contained in:
parent
b8444c2234
commit
0860e75587
@ -1982,6 +1982,24 @@
|
|||||||
#define PAN_NAP_SECURITY_LEVEL 0
|
#define PAN_NAP_SECURITY_LEVEL 0
|
||||||
#endif
|
#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
|
** GAP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user