ESP-IDF
bt_mesh_prov_pdu_check()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_prov_pdu_check()
bt_mesh_prov_pdu_check() function
Syntax
Show:
Summary
Declaration
Definition
from
prov_common.h:308
bool
bt_mesh_prov_pdu_check
(
uint8_t
type
,
uint16_t
length
,
uint8_t
*
reason
)
;
Implemented in
prov_common.c:102
Arguments
Argument
type
length
reason
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_prov_pdu_check
(
uint8_t
type
,
uint16_t
length
,
uint8_t
*
reason
)
prov_common.c:102
bool
bt_mesh_prov_pdu_check
(
uint8_t
type
,
uint16_t
length
,
uint8_t
*
reason
)
;
prov_common.h:308
return
bt_mesh_prov_pdu_check
(
type
,
length
,
reason
)
;
ext.c:1300
bt_mesh_ext_prov_pdu_check()
if
(
!
bt_mesh_prov_pdu_check
(
type
,
prov_link
.
rx
.
buf
->
len
,
&
err_code
)
)
{
prov_node.c:1203
prov_msg_recv()
if
(
!
bt_mesh_prov_pdu_check
(
type
,
buf
->
len
,
&
err_code
)
)
{
prov_node.c:1405
bt_mesh_pb_gatt_recv()
if
(
!
bt_mesh_prov_pdu_check
(
type
,
link
->
rx
.
buf
->
len
,
NULL
)
)
{
prov_pvnr.c:2444
prov_msg_recv()
if
(
!
bt_mesh_prov_pdu_check
(
type
,
buf
->
len
,
NULL
)
)
{
prov_pvnr.c:2658
bt_mesh_provisioner_pb_gatt_recv()
Call Tree
from
examples
bt_mesh_prov_pdu_check()
is called by 4 functions and calls 2 functions:
prov_msg_recv()
bt_mesh_pb_gatt_recv()
bt_mesh_provisioner_pb_gatt_recv()
bt_mesh_ext_prov_pdu_check()
All items filtered out
bt_mesh_prov_pdu_check()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
bt_mesh_prov_pdu_check()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
::length
prov_pdu
All items filtered out
bt_mesh_prov_pdu_check()
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