ESP-IDF
ESP_HF_CONNECTION_STATE_CONNECTING
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_HF_CONNECTION_STATE_CONNECTING
ESP_HF_CONNECTION_STATE_CONNECTING value
connecting remote device on the RFCOMM data link
Syntax
Show:
Summary
Declaration
from
esp_hf_defs.h:190
ESP_HF_CONNECTION_STATE_CONNECTING
;
Examples
References
from
examples
Code
Location
Referrer
ESP_HF_CONNECTION_STATE_CONNECTING
,
/*!< connecting remote device on the RFCOMM data link*/
esp_hf_defs.h:190
hf_local_param
[
idx
]
.
btc_hf_cb
.
connection_state
=
ESP_HF_CONNECTION_STATE_CONNECTING
;
btc_hf_ag.c:408
connect_init()
}
else
if
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connection_state
==
ESP_HF_CONNECTION_STATE_CONNECTING
)
{
btc_hf_ag.c:1338
btc_hf_cb_handler()
CASE_RETURN_STR
(
ESP_HF_CONNECTION_STATE_CONNECTING
)
btc_util.c:131
dump_hf_conn_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_HF_CONNECTION_STATE_CONNECTING
is read by 3 functions:
All items filtered out
ESP_HF_CONNECTION_STATE_CONNECTING
dump_hf_conn_state()
connect_init()
btc_hf_cb_handler()
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