ESP-IDF
bt_mesh_prov_ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_ctx
bt_mesh_prov_ctx struct
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:50
struct
bt_mesh_prov_ctx
{
uint16_t
primary_addr
;
bt_mesh_prov_bearer_t
bearers
;
#if
CONFIG_BLE_MESH_PB_ADV
uint8_t
pba_count
;
#endif
#if
CONFIG_BLE_MESH_PB_GATT
uint8_t
pbg_count
;
#endif
uint16_t
alloc_addr
;
uint16_t
net_idx
;
uint8_t
static_oob_len
;
uint8_t
static_oob_val
[
32
]
;
uint8_t
match_offset
;
uint8_t
match_length
;
uint8_t
match_value
[
16
]
;
bool
prov_after_match
;
#if
CONFIG_BLE_MESH_PB_ADV
bt_mesh_mutex_t
pb_adv_lock
;
#endif
#if
CONFIG_BLE_MESH_PB_GATT
bt_mesh_mutex_t
pb_gatt_lock
;
#endif
struct
{
bool
enable
;
uint16_t
net_idx
;
uint16_t
unicast_addr_min
;
uint16_t
unicast_addr_max
;
}
fast_prov
;
}
;
Fields
Field
Declared as
bt_mesh_prov_ctx::primary_addr
uint16_t
bt_mesh_prov_ctx::bearers
bt_mesh_prov_bearer_t
bt_mesh_prov_ctx::pba_count
uint8_t
bt_mesh_prov_ctx::pbg_count
uint8_t
bt_mesh_prov_ctx::alloc_addr
uint16_t
bt_mesh_prov_ctx::net_idx
uint16_t
bt_mesh_prov_ctx::static_oob_len
uint8_t
bt_mesh_prov_ctx::static_oob_val
uint8_t
[
32
]
bt_mesh_prov_ctx::match_offset
uint8_t
bt_mesh_prov_ctx::match_length
uint8_t
bt_mesh_prov_ctx::match_value
uint8_t
[
16
]
bt_mesh_prov_ctx::prov_after_match
bool
bt_mesh_prov_ctx::pb_adv_lock
bt_mesh_mutex_t
bt_mesh_prov_ctx::pb_gatt_lock
bt_mesh_mutex_t
bt_mesh_prov_ctx::fast_prov
struct
{
bool
enable
;
uint16_t
net_idx
;
uint16_t
unicast_addr_min
;
uint16_t
unicast_addr_max
;
}
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_prov_ctx
{
prov_pvnr.c:50
static
struct
bt_mesh_prov_ctx
prov_ctx
;
prov_pvnr.c:110
prov_ctx
memset
(
&
prov_ctx
,
0
,
offsetof
(
struct
bt_mesh_prov_ctx
,
static_oob_len
)
)
;
prov_pvnr.c:2883
bt_mesh_provisioner_prov_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
prov_ctx
prov_pvnr.c:110
Lifecycle
from
examples
All items filtered out
All items filtered out