ESP-IDF
tBTA_SYS_CB
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
tBTA_SYS_CB
tBTA_SYS_CB struct
Syntax
Show:
Summary
Declaration
from
bta_sys_int.h:53
typedef
struct
{
tBTA_SYS_REG
*
reg
[
BTA_ID_MAX
]
;
BOOLEAN
is_reg
[
BTA_ID_MAX
]
;
tBTA_SYS_HW_STATE
state
;
tBTA_SYS_HW_CBACK
*
sys_hw_cback
[
BTA_SYS_MAX_HW_MODULES
]
;
UINT32
sys_hw_module_active
;
UINT16
sys_features
;
tBTA_SYS_CONN_CBACK
*
prm_cb
;
tBTA_SYS_CONN_CBACK
*
ppm_cb
;
tBTA_SYS_CONN_CBACK
*
p_policy_cb
;
tBTA_SYS_CONN_CBACK
*
p_sco_cb
;
tBTA_SYS_CONN_CBACK
*
p_role_cb
;
tBTA_SYS_COLLISION
colli_reg
;
#if
(
BTA_EIR_CANNED_UUID_LIST
!=
TRUE
)
tBTA_SYS_EIR_CBACK
*
eir_cb
;
#endif
#if
(
BTM_SSR_INCLUDED
==
TRUE
)
tBTA_SYS_SSR_CFG_CBACK
*
p_ssr_cb
;
#endif
tBTA_SYS_VS_EVT_HDLR
*
p_vs_evt_hdlr
;
}
tBTA_SYS_CB
;
Fields
Field
Declared as
tBTA_SYS_CB::reg
tBTA_SYS_REG
*
[
BTA_ID_MAX
]
tBTA_SYS_CB::is_reg
BOOLEAN
[
BTA_ID_MAX
]
tBTA_SYS_CB::state
tBTA_SYS_HW_STATE
tBTA_SYS_CB::sys_hw_cback
tBTA_SYS_HW_CBACK
*
[
BTA_SYS_MAX_HW_MODULES
]
tBTA_SYS_CB::sys_hw_module_active
UINT32
tBTA_SYS_CB::sys_features
UINT16
tBTA_SYS_CB::prm_cb
tBTA_SYS_CONN_CBACK
*
tBTA_SYS_CB::ppm_cb
tBTA_SYS_CONN_CBACK
*
tBTA_SYS_CB::p_policy_cb
tBTA_SYS_CONN_CBACK
*
tBTA_SYS_CB::p_sco_cb
tBTA_SYS_CONN_CBACK
*
tBTA_SYS_CB::p_role_cb
tBTA_SYS_CONN_CBACK
*
tBTA_SYS_CB::colli_reg
tBTA_SYS_COLLISION
tBTA_SYS_CB::eir_cb
tBTA_SYS_EIR_CBACK
*
tBTA_SYS_CB::p_vs_evt_hdlr
tBTA_SYS_VS_EVT_HDLR
*
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out