ESP-IDF
+
0
/2 examples
SourceVu will show references to
example_fast_prov_server_t::srv_flags
from the following samples and libraries:
wifi_coexist sample
fast_prov_server sample
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_server_t::srv_flags
example_fast_prov_server_t::srv_flags field
Syntax
Show:
Summary
Declaration
from
ble_mesh_fast_prov_server_model.h:52
BLE_MESH_ATOMIC_DEFINE
(
srv_flags
;
Examples
example_fast_prov_server_t::srv_flags
is referenced by 2 libraries and example projects:
wifi_coexist sample
fast_prov_server sample
References
from
0/2
examples
Code
Location
Referrer
BLE_MESH_ATOMIC_DEFINE
(
srv_flags
,
SRV_MAX_FLAGS
)
;
ble_mesh_fast_prov_server_model.h:52
if
(
bt_mesh_atomic_test_and_clear_bit
(
srv
->
srv_flags
,
RELAY_PROXY_DISABLED
)
)
{
ble_mesh_fast_prov_server_model.c:95
enable_gatt_proxy_cb()
if
(
!
bt_mesh_atomic_test_and_set_bit
(
srv
->
srv_flags
,
DISABLE_FAST_PROV_START
)
)
{
ble_mesh_fast_prov_server_model.c:199
example_fast_prov_server_recv_msg()
if
(
bt_mesh_atomic_test_and_clear_bit
(
srv
->
srv_flags
,
GATT_PROXY_ENABLE_START
)
)
{
ble_mesh_fast_prov_server_model.c:333
example_fast_prov_server_recv_msg()
if
(
bt_mesh_atomic_test_and_clear_bit
(
srv
->
srv_flags
,
GATT_PROXY_ENABLE_START
)
)
{
ble_mesh_fast_prov_server_model.c:529
example_handle_fast_prov_action_set_comp_evt()
if
(
!
bt_mesh_atomic_test_and_set_bit
(
srv
->
srv_flags
,
GATT_PROXY_ENABLE_START
)
)
{
ble_mesh_fast_prov_server_model.c:532
example_handle_fast_prov_action_set_comp_evt()
if
(
!
bt_mesh_atomic_test_and_set_bit
(
srv
->
srv_flags
,
RELAY_PROXY_DISABLED
)
)
{
ble_mesh_fast_prov_server_model.c:589
example_handle_fast_prov_status_send_comp_evt()
if
(
!
bt_mesh_atomic_test_and_set_bit
(
srv
->
srv_flags
,
GATT_PROXY_ENABLE_START
)
)
{
ble_mesh_fast_prov_server_model.c:602
example_handle_fast_prov_status_send_comp_evt()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
example_fast_prov_server_t::srv_flags
is read by 4 functions:
All items filtered out
example_fast_prov_server_t::srv_flags
enable_gatt_proxy_cb()
example_fast_prov_server_recv_msg()
example_handle_fast_prov_action_set_comp_evt()
example_handle_fast_prov_status_send_comp_evt()
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