ESP-IDF
BLE_MESH_FLOODING_CRED
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
BLE_MESH_FLOODING_CRED
BLE_MESH_FLOODING_CRED macro
Syntax
Show:
Summary
Declaration
from
main.h:527
#define
BLE_MESH_FLOODING_CRED
0x00
Examples
References
from
examples
Code
Location
#define
BLE_MESH_FLOODING_CRED
0x00
main.h:527
ctx
.
send_cred
=
pub
->
cred
?
BLE_MESH_FRIENDSHIP_CRED
:
BLE_MESH_FLOODING_CRED
;
access.c:215
if
(
rx
->
ctx
.
recv_cred
==
BLE_MESH_FLOODING_CRED
)
{
access.c:762
rx
->
ctx
.
send_cred
=
BLE_MESH_FLOODING_CRED
;
access.c:764
ctx
.
send_cred
=
pub
->
cred
?
BLE_MESH_FRIENDSHIP_CRED
:
BLE_MESH_FLOODING_CRED
;
access.c:1097
.
send_cred
=
BLE_MESH_FLOODING_CRED
,
heartbeat.c:80
*
tx_cred
=
BLE_MESH_FLOODING_CRED
;
net.c:869
tx
->
ctx
->
send_cred
=
BLE_MESH_FLOODING_CRED
;
net.c:993
tx
->
ctx
->
send_cred
=
BLE_MESH_FLOODING_CRED
;
net.c:1008
rx
->
ctx
.
recv_cred
=
BLE_MESH_FLOODING_CRED
;
net.c:1427
if
(
cred
!=
BLE_MESH_FLOODING_CRED
net.c:1607
if
(
cred
==
BLE_MESH_FLOODING_CRED
)
{
net.c:1679
tx
.
ctx
->
send_cred
=
BLE_MESH_FLOODING_CRED
,
proxy_server.c:319
.
send_cred
=
BLE_MESH_FLOODING_CRED
,
transport.c:1199
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