ESP-IDF
bt_mesh_proxy_client::cli
is only used within ESP-IDF.
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
bt_mesh_proxy_client::cli
bt_mesh_proxy_client::cli field
Syntax
Show:
Summary
Declaration
from
proxy_msg.h:47
struct
bt_mesh_proxy_role
*
cli
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_proxy_role
*
cli
;
proxy_msg.h:47
return
bt_mesh_proxy_msg_recv
(
client
->
cli
,
data
,
len
)
;
pb_gatt_srv.c:118
gatt_recv_proxy()
err
=
bt_mesh_proxy_msg_send
(
client
->
cli
,
BT_MESH_PROXY_CONFIG
,
buf
)
;
proxy_srv.c:212
send_filter_status()
rc
=
bt_mesh_proxy_msg_send
(
client
->
cli
,
BT_MESH_PROXY_BEACON
,
buf
)
;
proxy_srv.c:319
beacon_send()
if
(
clients
[
i
]
.
cli
)
{
proxy_srv.c:351
bt_mesh_proxy_beacon_send()
if
(
clients
[
i
]
.
cli
)
{
proxy_srv.c:677
bt_mesh_proxy_gatt_enable()
if
(
(
client
->
cli
)
&&
proxy_srv.c:694
bt_mesh_proxy_gatt_disconnect()
rc
=
ble_gap_terminate
(
client
->
cli
->
conn_handle
,
proxy_srv.c:698
bt_mesh_proxy_gatt_disconnect()
if
(
!
client
->
cli
)
{
proxy_srv.c:789
bt_mesh_proxy_relay()
err
=
bt_mesh_proxy_msg_send
(
client
->
cli
,
BT_MESH_PROXY_NET_PDU
,
proxy_srv.c:804
bt_mesh_proxy_relay()
client
->
cli
=
bt_mesh_proxy_role_setup
(
conn_handle
,
proxy_send
,
proxy_srv.c:848
gatt_connected()
if
(
client
->
cli
)
{
proxy_srv.c:872
gatt_disconnected()
bt_mesh_proxy_role_cleanup
(
client
->
cli
)
;
proxy_srv.c:873
gatt_disconnected()
client
->
cli
=
NULL
;
proxy_srv.c:874
gatt_disconnected()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_proxy_client::cli
is written by 2 functions and is read by 8 functions:
gatt_connected()
gatt_disconnected()
All items filtered out
bt_mesh_proxy_client::cli
gatt_recv_proxy()
send_filter_status()
beacon_send()
bt_mesh_proxy_beacon_send()
bt_mesh_proxy_gatt_enable()
bt_mesh_proxy_gatt_disconnect()
bt_mesh_proxy_relay()
gatt_disconnected()
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