ESP-IDF
ESP_HF_CONNECTION_STATE_DISCONNECTED
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
ESP_HF_CONNECTION_STATE_DISCONNECTED
ESP_HF_CONNECTION_STATE_DISCONNECTED value
RFCOMM data link channel released
Syntax
Show:
Summary
Declaration
from
esp_hf_defs.h:189
ESP_HF_CONNECTION_STATE_DISCONNECTED
=
0
;
Examples
References
from
examples
Code
Location
Referrer
ESP_HF_CONNECTION_STATE_DISCONNECTED
=
0
,
/*!< RFCOMM data link channel released */
esp_hf_defs.h:189
hf_local_param
[
idx
]
.
btc_hf_cb
.
connection_state
==
ESP_HF_CONNECTION_STATE_DISCONNECTED
)
{
btc_hf_ag.c:174
btc_hf_find_free_idx()
hf_local_param
[
idx
]
.
btc_hf_cb
.
connection_state
=
ESP_HF_CONNECTION_STATE_DISCONNECTED
;
btc_hf_ag.c:1339
btc_hf_cb_handler()
if
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connection_state
==
ESP_HF_CONNECTION_STATE_DISCONNECTED
)
btc_hf_ag.c:1355
btc_hf_cb_handler()
hf_local_param
[
idx
]
.
btc_hf_cb
.
connection_state
=
ESP_HF_CONNECTION_STATE_DISCONNECTED
;
btc_hf_ag.c:1390
btc_hf_cb_handler()
param
.
conn_stat
.
state
=
ESP_HF_CONNECTION_STATE_DISCONNECTED
;
btc_hf_ag.c:1394
btc_hf_cb_handler()
CASE_RETURN_STR
(
ESP_HF_CONNECTION_STATE_DISCONNECTED
)
btc_util.c:130
dump_hf_conn_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_HF_CONNECTION_STATE_DISCONNECTED
is read by 3 functions:
All items filtered out
ESP_HF_CONNECTION_STATE_DISCONNECTED
dump_hf_conn_state()
btc_hf_find_free_idx()
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