ESP-IDF
dpp_add_nfc_uri()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_add_nfc_uri()
dpp_add_nfc_uri() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:569
struct
dpp_bootstrap_info
*
dpp_add_nfc_uri
(
struct
dpp_global
*
dpp
,
const
char
*
uri
)
;
Implemented in
dpp.c:4967
Arguments
Argument
dpp
uri
Related Functions
Found 20 other functions taking a
dpp_global
argument:
Function
dpp_bootstrap_get_id()
dpp_global_deinit()
dpp_next_id()
dpp_bootstrap_gen()
dpp_bootstrap_get_uri()
dpp_global_clear()
dpp_bootstrap_del()
dpp_configurator_del()
dpp_configurator_get_id()
dpp_set_configurator()
dpp_add_qr_code()
dpp_bootstrap_remove()
dpp_bootstrap_find_pair()
dpp_next_configurator_id()
dpp_pkex_finish()
dpp_bootstrap_info()
dpp_get_bootstrap_info()
dpp_configurator_add()
dpp_configurator_remove()
dpp_configurator_get_key_id()
Examples
References
from
examples
Code
Location
struct
dpp_bootstrap_info
*
dpp_add_nfc_uri
(
struct
dpp_global
*
dpp
,
dpp.c:4967
struct
dpp_bootstrap_info
*
dpp_add_nfc_uri
(
struct
dpp_global
*
dpp
,
dpp.h:569
Call Tree
from
examples
dpp_add_nfc_uri()
calls 3 functions:
All items filtered out
dpp_add_nfc_uri()
dl_list_add()
dpp_parse_uri()
dpp_next_id()
All items filtered out
Data Use
from
examples
dpp_add_nfc_uri()
reads 1 variable and writes 2 variables:
dpp_bootstrap_type::DPP_BOOTSTRAP_NFC_URI
All items filtered out
dpp_add_nfc_uri()
dpp_bootstrap_info::id
dpp_bootstrap_info::type
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