ESP-IDF
BTA_SYS_MAX_EVT
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
BTA_SYS_MAX_EVT
BTA_SYS_MAX_EVT value
Syntax
Show:
Summary
Declaration
from
bta_sys.h:190
BTA_SYS_MAX_EVT
;
Examples
References
from
examples
Code
Location
Referrer
BTA_SYS_MAX_EVT
bta_sys.h:190
/* API_ENABLE */
{
BTA_SYS_HW_API_ENABLE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STARTING
}
,
bta_sys_main.c:111
/* EVT_ENABLED */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STARTING
}
,
bta_sys_main.c:112
/* STACK_ENABLED */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
,
bta_sys_main.c:113
/* API_DISABLE */
{
BTA_SYS_HW_EVT_DISABLED
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_OFF
}
,
bta_sys_main.c:114
/* EVT_DISABLED */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_OFF
}
,
bta_sys_main.c:115
/* EVT_ERROR */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_OFF
}
bta_sys_main.c:116
/* API_ENABLE */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STARTING
}
,
/* wait for completion event */
bta_sys_main.c:121
/* EVT_ENABLED */
{
BTA_SYS_HW_EVT_ENABLED
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STARTING
}
,
bta_sys_main.c:122
/* STACK_ENABLED */
{
BTA_SYS_HW_EVT_STACK_ENABLED
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
,
bta_sys_main.c:123
/* API_DISABLE */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STOPPING
}
,
/* successive disable/enable: change state wait for completion to disable */
bta_sys_main.c:124
/* EVT_ERROR */
{
BTA_SYS_HW_ERROR
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
bta_sys_main.c:126
/* API_ENABLE */
{
BTA_SYS_HW_API_ENABLE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
,
bta_sys_main.c:131
/* EVT_ENABLED */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
,
bta_sys_main.c:132
/* STACK_ENABLED */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
,
bta_sys_main.c:133
/* API_DISABLE */
{
BTA_SYS_HW_API_DISABLE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
,
/* don't change the state here, as some other modules might be active */
bta_sys_main.c:134
/* EVT_DISABLED */
{
BTA_SYS_HW_ERROR
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
,
bta_sys_main.c:135
/* EVT_ERROR */
{
BTA_SYS_HW_ERROR
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_ON
}
bta_sys_main.c:136
/* API_ENABLE */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STARTING
}
,
/* change state, and wait for completion event to enable */
bta_sys_main.c:141
/* EVT_ENABLED */
{
BTA_SYS_HW_EVT_ENABLED
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STOPPING
}
,
/* successive enable/disable: finish the enable before disabling */
bta_sys_main.c:142
/* API_DISABLE */
{
BTA_SYS_IGNORE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STOPPING
}
,
/* wait for completion event */
bta_sys_main.c:144
/* EVT_DISABLED */
{
BTA_SYS_HW_EVT_DISABLED
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_OFF
}
,
bta_sys_main.c:145
/* EVT_ERROR */
{
BTA_SYS_HW_API_DISABLE
,
BTA_SYS_IGNORE
,
BTA_SYS_HW_STOPPING
}
bta_sys_main.c:146
if
(
(
action
=
state_table
[
p_msg
->
event
&
0x00ff
]
[
i
]
)
!=
BTA_SYS_IGNORE
)
{
bta_sys_main.c:227
bta_sys_sm_execute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTA_SYS_MAX_EVT
is read by 1 function:
All items filtered out
BTA_SYS_MAX_EVT
bta_sys_sm_execute()
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