ESP-IDF
+
0
/2 examples
SourceVu will show references to
example_fast_prov_server_t
from the following samples and libraries:
wifi_coexist sample
fast_prov_server sample
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
example_fast_prov_server_t
example_fast_prov_server_t struct
Syntax
Show:
Summary
Declaration
from
ble_mesh_fast_prov_server_model.h:50
typedef
struct
{
esp_ble_mesh_model_t
*
model
;
BLE_MESH_ATOMIC_DEFINE
(
srv_flags
,
SRV_MAX_FLAGS
)
;
bool
primary_role
;
uint8_t
max_node_num
;
uint8_t
prov_node_cnt
;
uint16_t
app_idx
;
uint16_t
top_address
;
esp_ble_mesh_msg_ctx_t
ctx
;
struct
fast_prov_info_set
*
set_info
;
uint16_t
node_addr_cnt
;
uint16_t
unicast_min
;
uint16_t
unicast_max
;
uint16_t
unicast_cur
;
uint16_t
unicast_step
;
uint8_t
flags
;
uint32_t
iv_index
;
uint16_t
net_idx
;
uint16_t
group_addr
;
uint16_t
prim_prov_addr
;
uint8_t
match_val
[
16
]
;
uint8_t
match_len
;
uint8_t
pend_act
;
uint8_t
state
;
struct
k_delayed_work
disable_fast_prov_timer
;
struct
k_delayed_work
gatt_proxy_enable_timer
;
}
__attribute__
(
(
packed
)
)
example_fast_prov_server_t
;
Fields
Field
Declared as
example_fast_prov_server_t::model
esp_ble_mesh_model_t
*
example_fast_prov_server_t::srv_flags
BLE_MESH_ATOMIC_DEFINE
(
example_fast_prov_server_t::primary_role
bool
example_fast_prov_server_t::max_node_num
uint8_t
example_fast_prov_server_t::prov_node_cnt
uint8_t
example_fast_prov_server_t::app_idx
uint16_t
example_fast_prov_server_t::top_address
uint16_t
example_fast_prov_server_t::ctx
esp_ble_mesh_msg_ctx_t
example_fast_prov_server_t::set_info
struct
fast_prov_info_set
*
example_fast_prov_server_t::node_addr_cnt
uint16_t
example_fast_prov_server_t::unicast_min
uint16_t
example_fast_prov_server_t::unicast_max
uint16_t
example_fast_prov_server_t::unicast_cur
uint16_t
example_fast_prov_server_t::unicast_step
uint16_t
example_fast_prov_server_t::flags
uint8_t
example_fast_prov_server_t::iv_index
uint32_t
example_fast_prov_server_t::net_idx
uint16_t
example_fast_prov_server_t::group_addr
uint16_t
example_fast_prov_server_t::prim_prov_addr
uint16_t
example_fast_prov_server_t::match_val
uint8_t
[
16
]
example_fast_prov_server_t::match_len
uint8_t
example_fast_prov_server_t::pend_act
uint8_t
example_fast_prov_server_t::state
uint8_t
example_fast_prov_server_t::disable_fast_prov_timer
struct
k_delayed_work
example_fast_prov_server_t::gatt_proxy_enable_timer
struct
k_delayed_work
Examples
example_fast_prov_server_t
is referenced by 2 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out