ESP-IDF
tBTU_CB::event_reg
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
tBTU_CB::event_reg
tBTU_CB::event_reg field
Syntax
Show:
Summary
Declaration
from
btu.h:229
tBTU_EVENT_REG
event_reg
[
BTU_MAX_REG_EVENT
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTU_EVENT_REG
event_reg
[
BTU_MAX_REG_EVENT
]
;
btu.h:229
if
(
btu_cb
.
event_reg
[
i
]
.
event_cb
==
NULL
)
{
btu_task.c:179
btu_hci_msg_process()
if
(
mask
==
btu_cb
.
event_reg
[
i
]
.
event_range
)
{
btu_task.c:183
btu_hci_msg_process()
if
(
btu_cb
.
event_reg
[
i
]
.
event_cb
)
{
btu_task.c:184
btu_hci_msg_process()
btu_cb
.
event_reg
[
i
]
.
event_cb
(
p_msg
)
;
btu_task.c:185
btu_hci_msg_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTU_CB::event_reg
is read by 1 function:
All items filtered out
tBTU_CB::event_reg
btu_hci_msg_process()
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