ESP-IDF
bt_mesh_prov_link::oob_size
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
bt_mesh_prov_link::oob_size
bt_mesh_prov_link::oob_size field
Syntax
Show:
Summary
Declaration
from
prov.h:119
uint8_t
oob_size
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
oob_size
;
/* Authen size */
prov.h:119
strlen
(
str
)
>
bt_mesh_prov_link
.
oob_size
)
{
prov.c:297
bt_mesh_input_string()
bt_mesh_prov_link
.
oob_size
=
data
[
4
]
;
prov_device.c:138
prov_start()
net_buf_simple_add_u8
(
start
,
bt_mesh_prov_link
.
oob_size
)
;
provisioner.c:120
send_start()
bt_mesh_prov_link
.
oob_action
,
bt_mesh_prov_link
.
oob_size
)
<
0
)
{
provisioner.c:125
send_start()
bt_mesh_prov_link
.
oob_action
,
bt_mesh_prov_link
.
oob_size
)
;
provisioner.c:128
send_start()
if
(
bt_mesh_prov_link
.
oob_size
>
caps
->
input_size
)
{
provisioner.c:146
prov_check_method()
bt_mesh_prov_link
.
oob_size
,
caps
->
input_size
)
;
provisioner.c:149
prov_check_method()
if
(
bt_mesh_prov_link
.
oob_size
>
caps
->
output_size
)
{
provisioner.c:172
prov_check_method()
bt_mesh_prov_link
.
oob_size
,
caps
->
output_size
)
;
provisioner.c:175
prov_check_method()
bt_mesh_prov_link
.
oob_size
=
size
;
provisioner.c:664
prov_set_method()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::oob_size
is written by 2 functions and is read by 3 functions:
prov_start()
prov_set_method()
All items filtered out
bt_mesh_prov_link::oob_size
bt_mesh_input_string()
send_start()
prov_check_method()
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