ESP-IDF
pb_adv::
::id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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:84
uint8_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
id
;
/* Most recent transaction ID */
pb_adv.c:84
link
.
rx
.
id
=
XACT_ID_NVAL
;
pb_adv.c:217
reset_adv_link()
link
.
rx
.
id
=
XACT_ID_MAX
;
pb_adv.c:222
reset_adv_link()
gen_prov_ack_send
(
link
.
rx
.
id
)
;
pb_adv.c:284
prov_msg_recv()
if
(
!
link
.
rx
.
seg
&&
link
.
rx
.
id
==
rx
->
xact_id
)
{
pb_adv.c:354
gen_prov_cont()
next_transaction_id
(
link
.
rx
.
id
)
==
rx
->
xact_id
)
{
pb_adv.c:364
gen_prov_cont()
link
.
rx
.
id
=
rx
->
xact_id
;
pb_adv.c:367
gen_prov_cont()
}
else
if
(
rx
->
xact_id
!=
link
.
rx
.
id
)
{
pb_adv.c:374
gen_prov_cont()
rx
->
xact_id
,
link
.
rx
.
id
)
;
pb_adv.c:376
gen_prov_cont()
if
(
rx
->
xact_id
==
link
.
rx
.
id
)
{
pb_adv.c:441
gen_prov_start()
}
else
if
(
rx
->
xact_id
!=
next_transaction_id
(
link
.
rx
.
id
)
)
{
pb_adv.c:455
gen_prov_start()
next_transaction_id
(
link
.
rx
.
id
)
)
;
pb_adv.c:457
gen_prov_start()
link
.
rx
.
id
=
rx
->
xact_id
;
pb_adv.c:463
gen_prov_start()
link
.
rx
.
id
=
XACT_ID_NVAL
;
pb_adv.c:848
prov_link_open()
link
.
rx
.
id
=
XACT_ID_MAX
;
pb_adv.c:871
prov_link_accept()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pb_adv::
::id
is written by 5 functions and is read by 3 functions:
reset_adv_link()
gen_prov_cont()
gen_prov_start()
prov_link_open()
prov_link_accept()
All items filtered out
pb_adv::
::id
prov_msg_recv()
gen_prov_cont()
gen_prov_start()
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