ESP-IDF
next_transaction_id()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
next_transaction_id()
next_transaction_id() function
Syntax
Show:
Summary
Declaration
from
pb_adv.c:183
static
uint8_t
next_transaction_id
(
uint8_t
id
)
;
Arguments
Argument
id
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
next_transaction_id
(
uint8_t
id
)
pb_adv.c:183
next_transaction_id
(
link
.
rx
.
id
)
==
rx
->
xact_id
)
{
pb_adv.c:364
gen_prov_cont()
}
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
.
tx
.
id
=
next_transaction_id
(
link
.
tx
.
id
)
;
pb_adv.c:672
prov_send_adv()
Call Tree
from
examples
next_transaction_id()
is called by 3 functions:
gen_prov_cont()
gen_prov_start()
prov_send_adv()
All items filtered out
next_transaction_id()
All items filtered out
Data Use
from
examples
next_transaction_id()
:
All items filtered out
next_transaction_id()
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