ESP-IDF
btc_hf_client_version
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_hf_client_version
btc_hf_client_version variable
* Static variables
Syntax
Show:
Summary
Declaration
from
btc_hf_client.c:82
const
int
btc_hf_client_version
=
HFP_HF_VERSION_1_7
;
Examples
References
from
examples
Code
Location
Referrer
const
int
btc_hf_client_version
=
HFP_HF_VERSION_1_7
;
btc_hf_client.c:82
BTC_TRACE_EVENT
(
"HFP Client version is 0x%04x"
,
btc_hf_client_version
)
;
btc_hf_client.c:223
btc_hf_client_connect()
if
(
btc_hf_client_version
>=
HFP_HF_VERSION_1_7
)
btc_hf_client.c:777
btc_hf_client_execute_service()
else
if
(
btc_hf_client_version
>=
HFP_HF_VERSION_1_6
)
btc_hf_client.c:788
btc_hf_client_execute_service()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_client_version
is read by 2 functions:
All items filtered out
btc_hf_client_version
btc_hf_client_connect()
btc_hf_client_execute_service()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out