ESP-IDF
prov_fail()
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_fail()
prov_fail() function
Syntax
Show:
Summary
Declaration
from
prov_device.c:50
static
void
prov_fail
(
uint8_t
reason
)
;
Arguments
Argument
reason
Examples
References
from
examples
Code
Location
Referrer
static
void
prov_fail
(
uint8_t
reason
)
prov_device.c:50
prov_fail
(
PROV_ERR_NVAL_FMT
)
;
prov_device.c:119
prov_start()
prov_fail
(
PROV_ERR_NVAL_FMT
)
;
prov_device.c:127
prov_start()
prov_fail
(
PROV_ERR_NVAL_FMT
)
;
prov_device.c:144
prov_start()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:167
send_confirm()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:176
send_confirm()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:184
send_confirm()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:195
send_confirm()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:247
send_pub_key()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:288
prov_dh_key_cb()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:332
prov_dh_key_gen()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:347
prov_pub_key()
prov_fail
(
PROV_ERR_CFM_FAILED
)
;
prov_device.c:414
prov_random()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:421
prov_random()
prov_fail
(
PROV_ERR_CFM_FAILED
)
;
prov_device.c:429
prov_random()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:436
prov_random()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:484
prov_data()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:494
prov_data()
prov_fail
(
PROV_ERR_DECRYPT
)
;
prov_device.c:503
prov_data()
prov_fail
(
PROV_ERR_UNEXP_ERR
)
;
prov_device.c:511
prov_data()
.
error
=
prov_fail
,
prov_device.c:579
Call Tree
from
examples
prov_fail()
is called by 8 functions and calls 1 function:
prov_start()
send_confirm()
send_pub_key()
prov_dh_key_cb()
prov_dh_key_gen()
prov_pub_key()
prov_random()
prov_data()
All items filtered out
prov_fail()
prov_send_fail_msg()
All items filtered out
Data Use
from
examples
prov_fail()
:
All items filtered out
prov_fail()
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
prov_fail()
is implemented by 1 functions:
All items filtered out
prov_fail()
bt_mesh_prov_role::error
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out