ESP-IDF
pb_adv::id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pb_adv::id
pb_adv::id field
Syntax
Show:
Summary
Declaration
from
pb_adv.c:76
uint32_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
id
;
/* Link ID */
pb_adv.c:76
link
.
id
=
0
;
pb_adv.c:220
reset_adv_link()
net_buf_add_be32
(
buf
,
link
.
id
)
;
pb_adv.c:340
gen_prov_ack_send()
net_buf_add_be32
(
buf
,
link
.
id
)
;
pb_adv.c:621
ctl_buf_create()
net_buf_add_be32
(
start
,
link
.
id
)
;
pb_adv.c:673
prov_send_adv()
net_buf_add_be32
(
buf
,
link
.
id
)
;
pb_adv.c:713
prov_send_adv()
if
(
link
.
id
!=
rx
->
link_id
)
{
pb_adv.c:742
link_open()
link
.
id
=
rx
->
link_id
;
pb_adv.c:758
link_open()
if
(
atomic_test_bit
(
link
.
flags
,
ADV_LINK_ACTIVE
)
&&
link
.
id
!=
rx
.
link_id
)
{
pb_adv.c:818
bt_mesh_pb_adv_recv()
bt_rand
(
&
link
.
id
,
sizeof
(
link
.
id
)
)
;
pb_adv.c:846
prov_link_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pb_adv::id
is written by 2 functions and is read by 6 functions:
reset_adv_link()
link_open()
All items filtered out
pb_adv::id
gen_prov_ack_send()
ctl_buf_create()
prov_send_adv()
link_open()
bt_mesh_pb_adv_recv()
prov_link_open()
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