ESP-IDF
prov_rx::link_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
prov_rx::link_id
prov_rx::link_id field
Syntax
Show:
Summary
Declaration
from
prov_common.h:163
uint32_t
link_id
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
link_id
;
pb_adv.c:117
uint32_t
link_id
;
prov_common.h:163
if
(
link
.
id
!=
rx
->
link_id
)
{
pb_adv.c:742
link_open()
link
.
id
=
rx
->
link_id
;
pb_adv.c:758
link_open()
rx
.
link_id
=
net_buf_simple_pull_be32
(
buf
)
;
pb_adv.c:814
bt_mesh_pb_adv_recv()
if
(
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
&&
link
.
id
!=
rx
.
link_id
)
{
pb_adv.c:818
bt_mesh_pb_adv_recv()
BT_DBG
(
"link_id 0x%08x xact_id 0x%x"
,
rx
.
link_id
,
rx
.
xact_id
)
;
pb_adv.c:822
bt_mesh_pb_adv_recv()
if
(
prov_link
.
link_id
==
rx
->
link_id
&&
prov_link
.
expect
==
PROV_INVITE
)
{
prov_node.c:1023
link_open()
prov_link
.
link_id
=
rx
->
link_id
;
prov_node.c:1041
link_open()
rx
.
link_id
=
net_buf_simple_pull_be32
(
buf
)
;
prov_node.c:1332
bt_mesh_pb_adv_recv()
BT_DBG
(
"link_id 0x%08x xact_id %u"
,
rx
.
link_id
,
rx
.
xact_id
)
;
prov_node.c:1336
bt_mesh_pb_adv_recv()
prov_link
.
link_id
!=
rx
.
link_id
)
{
prov_node.c:1339
bt_mesh_pb_adv_recv()
rx
.
link_id
=
net_buf_simple_pull_be32
(
buf
)
;
prov_pvnr.c:2594
bt_mesh_provisioner_pb_adv_recv()
BT_DBG
(
"link_id 0x%08x xact_id %u"
,
rx
.
link_id
,
rx
.
xact_id
)
;
prov_pvnr.c:2598
bt_mesh_provisioner_pb_adv_recv()
link
=
find_pba_link
(
rx
.
link_id
)
;
prov_pvnr.c:2600
bt_mesh_provisioner_pb_adv_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prov_rx::link_id
is written by 2 functions and is read by 3 functions:
bt_mesh_pb_adv_recv()
bt_mesh_provisioner_pb_adv_recv()
All items filtered out
prov_rx::link_id
link_open()
bt_mesh_pb_adv_recv()
bt_mesh_provisioner_pb_adv_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