ESP-IDF
bt_mesh_prov_link::expect_ack_for
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
bt_mesh_prov_link::expect_ack_for
bt_mesh_prov_link::expect_ack_for field
Syntax
Show:
Summary
Declaration
from
prov_common.h:235
uint8_t
expect_ack_for
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
expect_ack_for
;
/* Transaction ACK expected for provisioning pdu */
prov_common.h:235
link
->
expect_ack_for
=
PROV_START
;
prov_pvnr.c:1357
prov_capabilities()
link
->
expect_ack_for
=
PROV_PUB_KEY
;
prov_pvnr.c:1851
send_pub_key()
switch
(
link
->
expect_ack_for
)
{
prov_pvnr.c:2499
gen_prov_ack()
link
->
expect_ack_for
=
0x00
;
prov_pvnr.c:2518
gen_prov_ack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::expect_ack_for
is written by 3 functions and is read by 1 function:
prov_capabilities()
send_pub_key()
gen_prov_ack()
All items filtered out
bt_mesh_prov_link::expect_ack_for
gen_prov_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