ESP-IDF
btc_hf_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_cb_t
btc_hf_cb_t struct
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.h:210
typedef
struct
{
bool
initialized
;
UINT16
handle
;
bt_bdaddr_t
connected_bda
;
tBTA_AG_PEER_FEAT
peer_feat
;
tBTA_AG_CHLD_FEAT
chld_feat
;
struct
timespec
call_end_timestamp
;
struct
timespec
connected_timestamp
;
esp_hf_connection_state_t
connection_state
;
esp_hf_vr_state_t
vr_state
;
int
num_active
;
int
num_held
;
esp_hf_call_status_t
call_state
;
esp_hf_call_setup_status_t
call_setup_state
;
}
btc_hf_cb_t
;
Fields
Field
Declared as
btc_hf_cb_t::initialized
bool
btc_hf_cb_t::handle
UINT16
btc_hf_cb_t::connected_bda
bt_bdaddr_t
btc_hf_cb_t::peer_feat
tBTA_AG_PEER_FEAT
btc_hf_cb_t::chld_feat
tBTA_AG_CHLD_FEAT
btc_hf_cb_t::call_end_timestamp
struct
timespec
btc_hf_cb_t::connected_timestamp
struct
timespec
btc_hf_cb_t::connection_state
esp_hf_connection_state_t
btc_hf_cb_t::vr_state
esp_hf_vr_state_t
btc_hf_cb_t::num_active
int
btc_hf_cb_t::num_held
int
btc_hf_cb_t::call_state
esp_hf_call_status_t
btc_hf_cb_t::call_setup_state
esp_hf_call_setup_status_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
btc_hf_ag.h:210
}
btc_hf_cb_t
;
btc_hf_ag.h:225
memset
(
&
hf_local_param
[
idx
]
.
btc_hf_cb
,
0
,
sizeof
(
btc_hf_cb_t
)
)
;
btc_hf_ag.c:353
btc_hf_init()
}
btc_hf_cb_t
;
btc_hf_ag.h:225
btc_hf_cb_t
btc_hf_cb_t
btc_hf_cb
;
btc_hf_ag.h:231
hf_local_param_t
hf_local_param_t::btc_hf_cb
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
hf_local_param_t::btc_hf_cb
hf_local_param_t
btc_hf_ag.h:231
Lifecycle
from
examples
All items filtered out
All items filtered out