ESP-IDF
BLE_MESH_KEY_REFRESH
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_KEY_REFRESH
BLE_MESH_KEY_REFRESH macro
Syntax
Show:
Summary
Declaration
from
net.h:29
#define
BLE_MESH_KEY_REFRESH
(
flags
)
(
flags
&
0x01
)
Arguments
Argument
flags
Examples
References
from
examples
Code
Location
#define
BLE_MESH_KEY_REFRESH
(
flags
)
(
flags
&
0x01
)
net.h:29
!
BLE_MESH_KEY_REFRESH
(
flags
)
)
{
beacon.c:415
kr_change
=
bt_mesh_kr_update
(
sub
,
BLE_MESH_KEY_REFRESH
(
flags
)
,
new_key
)
;
beacon.c:439
sub
->
kr_flag
=
BLE_MESH_KEY_REFRESH
(
flags
)
;
net.c:497
sub
->
kr_flag
=
BLE_MESH_KEY_REFRESH
(
bt_mesh_prov_get
(
)
->
flags
)
;
pvnr_mgmt.c:104
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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