mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
feat(bt/bluedroid): Add HFP config for BQB test
This commit is contained in:
committed by
gongyantao
parent
840d8a2aee
commit
0687fad3d6
@ -1993,6 +1993,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
|
||||||
|
Reference in New Issue
Block a user