ESP-IDF
example_fast_prov_info_set_t::match_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
example_fast_prov_info_set_t::match_len
example_fast_prov_info_set_t::match_len field
Syntax
Show:
Summary
Declaration
from
ble_mesh_fast_prov_common.h:78
uint8_t
match_len
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
match_len
;
ble_mesh_fast_prov_common.h:78
ESP_LOG_BUFFER_HEX
(
"FAST_PROV_OP: match_val"
,
set
->
match_val
,
set
->
match_len
)
;
ble_mesh_fast_prov_operation.c:435
example_send_fast_prov_info_set()
msg
=
bt_mesh_alloc_buf
(
18
+
set
->
match_len
)
;
ble_mesh_fast_prov_operation.c:437
example_send_fast_prov_info_set()
net_buf_simple_add_mem
(
msg
,
set
->
match_val
,
set
->
match_len
)
;
ble_mesh_fast_prov_operation.c:468
example_send_fast_prov_info_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
example_fast_prov_info_set_t::match_len
is read by 1 function:
All items filtered out
example_fast_prov_info_set_t::match_len
example_send_fast_prov_info_set()
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