ESP-IDF
bt_mesh_friend_sec_update()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_friend_sec_update()
bt_mesh_friend_sec_update() function
Syntax
Show:
Summary
Declaration
from
friend.h:45
void
bt_mesh_friend_sec_update
(
uint16_t
net_idx
)
;
Arguments
Argument
net_idx
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_friend_sec_update
(
uint16_t
net_idx
)
friend.c:206
void
bt_mesh_friend_sec_update
(
uint16_t
net_idx
)
;
friend.h:45
void
bt_mesh_friend_sec_update
(
uint16_t
net_idx
)
;
friend.h:40
bt_mesh_friend_sec_update
(
sub
?
sub
->
net_idx
:
BLE_MESH_KEY_ANY
)
;
net.c:664
bt_mesh_net_sec_update()
bt_mesh_friend_sec_update
(
BT_MESH_KEY_ANY
)
;
net.c:330
bt_mesh_net_iv_update()
Call Tree
from
examples
bt_mesh_friend_sec_update()
is called by 2 functions and calls 2 functions:
bt_mesh_net_sec_update()
bt_mesh_net_iv_update()
All items filtered out
bt_mesh_friend_sec_update()
enqueue_update()
friend_is_allocated()
All items filtered out
Data Use
from
examples
bt_mesh_friend_sec_update()
reads 4 variables:
bt_mesh_subnet::net_idx
bt_mesh_friend::subnet
bt_mesh_net::frnd
bt_mesh
All items filtered out
bt_mesh_friend_sec_update()
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