ESP-IDF
gen_prov_ack_send()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gen_prov_ack_send()
gen_prov_ack_send() function
Generic provisioning
Syntax
Show:
Summary
Declaration
Definition
from
pb_adv.c:125
static
void
gen_prov_ack_send
(
uint8_t
xact_id
)
;
Implemented in
pb_adv.c:311
Arguments
Argument
xact_id
Examples
References
from
examples
Code
Location
Referrer
static
void
gen_prov_ack_send
(
uint8_t
xact_id
)
pb_adv.c:311
static
void
gen_prov_ack_send
(
uint8_t
xact_id
)
;
pb_adv.c:125
gen_prov_ack_send
(
link
.
rx
.
id
)
;
pb_adv.c:284
prov_msg_recv()
gen_prov_ack_send
(
rx
->
xact_id
)
;
pb_adv.c:357
gen_prov_cont()
gen_prov_ack_send
(
rx
->
xact_id
)
;
pb_adv.c:445
gen_prov_start()
Call Tree
from
examples
gen_prov_ack_send()
is called by 3 functions and calls 7 functions:
prov_msg_recv()
gen_prov_cont()
gen_prov_start()
All items filtered out
gen_prov_ack_send()
atomic_test_and_set_bit()
atomic_clear_bit()
net_buf_simple_add_u8()
net_buf_simple_add_be32()
net_buf_unref()
bt_mesh_adv_send()
adv_buf_create()
All items filtered out
Data Use
from
examples
gen_prov_ack_send()
reads 7 variables and writes 1 variable:
::ADV_ACK_PENDING
pb_adv::id
pb_adv::flags
pb_adv::
::pending_ack
pb_adv::tx
link
ack_complete()
All items filtered out
gen_prov_ack_send()
pb_adv::
::pending_ack
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