ESP-IDF
+
0
/2 examples
SourceVu will show references to
example_fast_prov_server_t::gatt_proxy_enable_timer
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::gatt_proxy_enable_timer
example_fast_prov_server_t::gatt_proxy_enable_timer field
Syntax
Show:
Summary
Declaration
from
ble_mesh_fast_prov_server_model.h:80
struct
k_delayed_work
gatt_proxy_enable_timer
;
Examples
example_fast_prov_server_t::gatt_proxy_enable_timer
is referenced by 2 libraries and example projects:
wifi_coexist sample
fast_prov_server sample
References
from
0/2
examples
Code
Location
Referrer
struct
k_delayed_work
gatt_proxy_enable_timer
;
/* Used to enable Mesh GATT Proxy functionality */
ble_mesh_fast_prov_server_model.h:80
srv
=
CONTAINER_OF
(
work
,
example_fast_prov_server_t
,
gatt_proxy_enable_timer
.
work
)
;
ble_mesh_fast_prov_server_model.c:89
enable_gatt_proxy_cb()
k_delayed_work_cancel
(
&
srv
->
gatt_proxy_enable_timer
)
;
ble_mesh_fast_prov_server_model.c:334
example_fast_prov_server_recv_msg()
k_delayed_work_cancel
(
&
srv
->
gatt_proxy_enable_timer
)
;
ble_mesh_fast_prov_server_model.c:530
example_handle_fast_prov_action_set_comp_evt()
k_delayed_work_submit
(
&
srv
->
gatt_proxy_enable_timer
,
K_SECONDS
(
3
)
)
;
ble_mesh_fast_prov_server_model.c:533
example_handle_fast_prov_action_set_comp_evt()
k_delayed_work_submit
(
&
srv
->
gatt_proxy_enable_timer
,
GATT_PROXY_ENABLE_TIMEOUT
)
;
ble_mesh_fast_prov_server_model.c:603
example_handle_fast_prov_status_send_comp_evt()
k_delayed_work_init
(
&
srv
->
gatt_proxy_enable_timer
,
enable_gatt_proxy_cb
)
;
ble_mesh_fast_prov_server_model.c:627
example_fast_prov_server_init()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out