ESP-IDF
PB_NPPI
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
PB_NPPI
PB_NPPI value
Syntax
Show:
Summary
Declaration
from
prov_common.h:181
PB_NPPI
;
Examples
References
from
examples
Code
Location
Referrer
PB_NPPI
,
/* Indicate if the link is used by NPPI */
prov_common.h:181
if
(
bt_mesh_atomic_test_bit
(
link
->
flags
,
PB_NPPI
)
)
{
prov_common.c:651
bt_mesh_prov_send()
if
(
bt_mesh_atomic_test_bit
(
prov_link
.
flags
,
PB_NPPI
)
)
{
prov_node.c:901
prov_data()
if
(
bt_mesh_atomic_test_bit
(
prov_link
.
flags
,
PB_NPPI
)
)
{
prov_node.c:922
prov_data()
if
(
bt_mesh_atomic_test_bit
(
prov_link
.
flags
,
PB_NPPI
)
)
{
prov_node.c:945
prov_data()
if
(
!
bt_mesh_atomic_test_bit
(
prov_link
.
flags
,
PB_NPPI
)
)
{
prov_node.c:1631
bt_mesh_rpr_srv_nppi_pdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PB_NPPI
is read by 3 functions:
All items filtered out
PB_NPPI
bt_mesh_prov_send()
prov_data()
bt_mesh_rpr_srv_nppi_pdu_recv()
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