ESP-IDF
clients
is only used within ESP-IDF.
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
clients
clients variable
Syntax
Show:
Summary
Declaration
from
proxy_srv.c:65
static
struct
bt_mesh_proxy_client
clients
[
CONFIG_BT_MAX_CONN
]
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_proxy_client
clients
[
CONFIG_BT_MAX_CONN
]
;
proxy_srv.c:65
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
clients
)
;
i
++
)
{
proxy_srv.c:75
find_client()
if
(
clients
[
i
]
.
conn_handle
==
conn_handle
)
{
proxy_srv.c:76
find_client()
return
&
clients
[
i
]
;
proxy_srv.c:77
find_client()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
clients
)
;
i
++
)
{
proxy_srv.c:87
get_client()
if
(
clients
[
i
]
.
conn_handle
==
0xffff
)
{
proxy_srv.c:88
get_client()
clients
[
i
]
.
conn_handle
=
conn_handle
;
proxy_srv.c:89
get_client()
return
&
clients
[
i
]
;
proxy_srv.c:90
get_client()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
clients
)
;
i
++
)
{
proxy_srv.c:350
bt_mesh_proxy_beacon_send()
if
(
clients
[
i
]
.
cli
)
{
proxy_srv.c:351
bt_mesh_proxy_beacon_send()
beacon_send
(
&
clients
[
i
]
,
sub
)
;
proxy_srv.c:352
bt_mesh_proxy_beacon_send()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
clients
)
;
i
++
)
{
proxy_srv.c:676
bt_mesh_proxy_gatt_enable()
if
(
clients
[
i
]
.
cli
)
{
proxy_srv.c:677
bt_mesh_proxy_gatt_enable()
clients
[
i
]
.
filter_type
=
ACCEPT
;
proxy_srv.c:678
bt_mesh_proxy_gatt_enable()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
clients
)
;
i
++
)
{
proxy_srv.c:691
bt_mesh_proxy_gatt_disconnect()
struct
bt_mesh_proxy_client
*
client
=
&
clients
[
i
]
;
proxy_srv.c:692
bt_mesh_proxy_gatt_disconnect()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
clients
)
;
i
++
)
{
proxy_srv.c:785
bt_mesh_proxy_relay()
struct
bt_mesh_proxy_client
*
client
=
&
clients
[
i
]
;
proxy_srv.c:786
bt_mesh_proxy_relay()
k_work_init
(
&
clients
[
i
]
.
send_beacons
,
proxy_send_beacons
)
;
proxy_srv.c:1002
bt_mesh_proxy_init()
clients
[
i
]
.
conn_handle
=
0xffff
;
proxy_srv.c:1004
bt_mesh_proxy_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
clients
is read by 7 functions:
All items filtered out
clients
find_client()
get_client()
bt_mesh_proxy_beacon_send()
bt_mesh_proxy_gatt_enable()
bt_mesh_proxy_gatt_disconnect()
bt_mesh_proxy_relay()
bt_mesh_proxy_init()
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