ESP-IDF
bt_mesh_subnet_cb_list
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
bt_mesh_subnet_cb_list
bt_mesh_subnet_cb_list variable
Syntax
Show:
Summary
Declaration
Definition
from
subnet.h:68
extern
void
(
*
bt_mesh_subnet_cb_list
[
5
]
)
(
struct
bt_mesh_subnet
*
sub
,
enum
bt_mesh_key_evt
evt
)
;
Implemented in
subnet.c:50
Examples
References
from
examples
Code
Location
Referrer
void
(
*
bt_mesh_subnet_cb_list
[
5
]
)
(
struct
bt_mesh_subnet
*
sub
,
subnet.c:50
extern
void
(
*
bt_mesh_subnet_cb_list
[
5
]
)
(
struct
bt_mesh_subnet
*
sub
,
subnet.h:68
if
(
!
bt_mesh_subnet_cb_list
[
0
]
)
{
app_keys.c:282
bt_mesh_app_key_add()
bt_mesh_subnet_cb_list
[
0
]
=
subnet_evt
;
app_keys.c:283
bt_mesh_app_key_add()
if
(
!
bt_mesh_subnet_cb_list
[
1
]
)
{
beacon.c:426
bt_mesh_beacon_init()
bt_mesh_subnet_cb_list
[
1
]
=
subnet_evt
;
beacon.c:427
bt_mesh_beacon_init()
if
(
!
bt_mesh_subnet_cb_list
[
3
]
)
{
friend.c:1326
bt_mesh_friend_init()
bt_mesh_subnet_cb_list
[
3
]
=
subnet_evt
;
friend.c:1327
bt_mesh_friend_init()
if
(
!
bt_mesh_subnet_cb_list
[
4
]
)
{
proxy_srv.c:995
bt_mesh_proxy_init()
bt_mesh_subnet_cb_list
[
4
]
=
subnet_evt
;
proxy_srv.c:996
bt_mesh_proxy_init()
for
(
i
=
0
;
i
<
(
sizeof
(
bt_mesh_subnet_cb_list
)
/
sizeof
(
void
*
)
)
;
i
++
)
{
subnet.c:66
subnet_evt()
if
(
bt_mesh_subnet_cb_list
[
i
]
)
{
subnet.c:68
subnet_evt()
bt_mesh_subnet_cb_list
[
i
]
(
sub
,
evt
)
;
subnet.c:69
subnet_evt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet_cb_list
is read by 5 functions:
All items filtered out
bt_mesh_subnet_cb_list
subnet_evt()
bt_mesh_friend_init()
bt_mesh_beacon_init()
bt_mesh_app_key_add()
bt_mesh_proxy_init()
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