ESP-IDF
bt_mesh_prov::prov_pub_key_oob_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::prov_pub_key_oob_cb
bt_mesh_prov::prov_pub_key_oob_cb field
Input is requested. This callback notifies the application that it should read device's public key with OOB
Syntax
Show:
Summary
Declaration
from
main.h:237
int
(
*
prov_pub_key_oob_cb
)
(
uint8_t
link_idx
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
prov_pub_key_oob_cb
)
(
uint8_t
link_idx
)
;
main.h:237
bt_mesh_prov_get
(
)
->
prov_pub_key_oob_cb
)
?
prov_pvnr.c:1213
prov_capabilities()
bt_mesh_prov_get
(
)
->
prov_pub_key_oob_cb
(
link
-
prov_links
)
)
{
prov_pvnr.c:1338
prov_capabilities()
Call Tree
from
examples
bt_mesh_prov::prov_pub_key_oob_cb
is called by 1 function:
prov_capabilities()
All items filtered out
bt_mesh_prov::prov_pub_key_oob_cb
All items filtered out
Data Use
from
examples
bt_mesh_prov::prov_pub_key_oob_cb
is read by 1 function:
All items filtered out
bt_mesh_prov::prov_pub_key_oob_cb
prov_capabilities()
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