ESP-IDF
tBTA_SYS_CB::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
tBTA_SYS_CB::reg
tBTA_SYS_CB::reg field
Syntax
Show:
Summary
Declaration
from
bta_sys_int.h:54
tBTA_SYS_REG
*
reg
[
BTA_ID_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_SYS_REG
*
reg
[
BTA_ID_MAX
]
;
/* registration structures */
bta_sys_int.h:54
if
(
(
id
<
BTA_ID_MAX
)
&&
(
bta_sys_cb
.
reg
[
id
]
!=
NULL
)
)
{
bta_sys_main.c:498
bta_sys_event()
freebuf
=
(
*
bta_sys_cb
.
reg
[
id
]
->
evt_hdlr
)
(
p_msg
)
;
bta_sys_main.c:499
bta_sys_event()
bta_sys_cb
.
reg
[
id
]
=
(
tBTA_SYS_REG
*
)
p_reg
;
bta_sys_main.c:522
bta_sys_register()
if
(
bta_sys_cb
.
reg
[
bta_id
]
!=
NULL
)
{
bta_sys_main.c:732
bta_sys_disable()
if
(
bta_sys_cb
.
is_reg
[
bta_id
]
==
TRUE
&&
bta_sys_cb
.
reg
[
bta_id
]
->
disable
!=
NULL
)
{
bta_sys_main.c:733
bta_sys_disable()
(
*
bta_sys_cb
.
reg
[
bta_id
]
->
disable
)
(
)
;
bta_sys_main.c:734
bta_sys_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_SYS_CB::reg
is read by 3 functions:
All items filtered out
tBTA_SYS_CB::reg
bta_sys_event()
bta_sys_register()
bta_sys_disable()
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