ESP-IDF
tBTU_EVENT_REG::event_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
tBTU_EVENT_REG::event_cb
tBTU_EVENT_REG::event_cb field
Syntax
Show:
Summary
Declaration
from
btu.h:216
tBTU_EVENT_CALLBACK
event_cb
;
Examples
References
from
examples
Code
Location
Referrer
tBTU_EVENT_CALLBACK
event_cb
;
/* callback triggered when event is in range */
btu.h:216
if
(
btu_cb
.
event_reg
[
i
]
.
event_cb
==
NULL
)
{
btu_task.c:179
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
tBTU_EVENT_REG::event_cb
is called by 1 function:
btu_hci_msg_process()
All items filtered out
tBTU_EVENT_REG::event_cb
All items filtered out
Data Use
from
examples
tBTU_EVENT_REG::event_cb
is read by 1 function:
All items filtered out
tBTU_EVENT_REG::event_cb
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