ESP-IDF
prov_link_close()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
prov_link_close()
prov_link_close() function
Syntax
Show:
Summary
Declaration
from
provisioner.c:49
static
void
prov_link_close
(
enum
prov_bearer_link_status
status
)
;
Arguments
Argument
status
Examples
References
from
examples
Code
Location
Referrer
static
void
prov_link_close
(
enum
prov_bearer_link_status
status
)
provisioner.c:49
prov_link_close
(
PROV_BEARER_LINK_STATUS_FAIL
)
;
provisioner.c:64
prov_fail()
prov_link_close
(
PROV_BEARER_LINK_STATUS_SUCCESS
)
;
provisioner.c:545
prov_complete()
Call Tree
from
examples
prov_link_close()
is called by 2 functions and calls 1 function:
prov_fail()
prov_complete()
All items filtered out
prov_link_close()
prov_bearer::link_close
All items filtered out
Data Use
from
examples
prov_link_close()
reads 2 variables and writes 1 variable:
bt_mesh_prov_link::bearer
bt_mesh_prov_link
All items filtered out
prov_link_close()
bt_mesh_prov_link::expect
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