ESP-IDF
servers
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
servers
servers variable
Syntax
Show:
Summary
Declaration
from
proxy_client.c:31
static
struct
bt_mesh_proxy_server
{
struct
bt_mesh_conn
*
conn
;
enum
__attribute__
(
(
packed
)
)
{
CLI_NONE
,
CLI_PROV
,
CLI_PROXY
,
}
conn_type
;
#if
CONFIG_BLE_MESH_GATT_PROXY_CLIENT
uint16_t
net_idx
;
#endif
uint8_t
msg_type
;
struct
k_delayed_work
sar_timer
;
struct
net_buf_simple
buf
;
}
servers
[
BLE_MESH_MAX_CONN
]
;
Examples
References
from
examples
Code
Location
Referrer
}
servers
[
BLE_MESH_MAX_CONN
]
;
proxy_client.c:48
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
servers
)
;
i
++
)
{
proxy_client.c:63
find_server()
if
(
servers
[
i
]
.
conn
==
conn
)
{
proxy_client.c:64
find_server()
return
&
servers
[
i
]
;
proxy_client.c:65
find_server()
if
(
!
servers
[
id
]
.
conn
)
{
proxy_client.c:450
proxy_connected()
server
=
&
servers
[
id
]
;
proxy_client.c:451
proxy_connected()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
servers
)
;
i
++
)
{
proxy_client.c:579
bt_mesh_proxy_client_prov_enable()
if
(
servers
[
i
]
.
conn
)
{
proxy_client.c:580
bt_mesh_proxy_client_prov_enable()
servers
[
i
]
.
conn_type
=
CLI_PROV
;
proxy_client.c:581
bt_mesh_proxy_client_prov_enable()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
servers
)
;
i
++
)
{
proxy_client.c:592
bt_mesh_proxy_client_prov_disable()
struct
bt_mesh_proxy_server
*
server
=
&
servers
[
i
]
;
proxy_client.c:593
bt_mesh_proxy_client_prov_disable()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
servers
)
;
i
++
)
{
proxy_client.c:1085
bt_mesh_proxy_client_init()
struct
bt_mesh_proxy_server
*
server
=
&
servers
[
i
]
;
proxy_client.c:1086
bt_mesh_proxy_client_init()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
servers
)
;
i
++
)
{
proxy_client.c:1113
bt_mesh_proxy_client_deinit()
struct
bt_mesh_proxy_server
*
server
=
&
servers
[
i
]
;
proxy_client.c:1114
bt_mesh_proxy_client_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
servers
is read by 6 functions:
All items filtered out
servers
find_server()
proxy_connected()
bt_mesh_proxy_client_prov_enable()
bt_mesh_proxy_client_prov_disable()
bt_mesh_proxy_client_init()
bt_mesh_proxy_client_deinit()
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