ESP-IDF
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
cli
cli variable
Syntax
Show:
Summary
Declaration
from
pb_gatt_srv.c:84
static
struct
bt_mesh_proxy_role
*
cli
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_proxy_role
*
cli
;
pb_gatt_srv.c:84
if
(
conn_handle
!=
cli
->
conn_handle
)
{
pb_gatt_srv.c:127
gatt_recv_prov()
return
bt_mesh_proxy_msg_recv
(
cli
,
data
,
len
)
;
pb_gatt_srv.c:142
gatt_recv_prov()
cli
=
bt_mesh_proxy_role_setup
(
conn_handle
,
gatt_send
,
proxy_msg_recv
)
;
pb_gatt_srv.c:157
gatt_connected_pb_gatt()
if
(
cli
)
{
pb_gatt_srv.c:169
gatt_disconnected_pb_gatt()
bt_mesh_proxy_role_cleanup
(
cli
)
;
pb_gatt_srv.c:170
gatt_disconnected_pb_gatt()
cli
=
NULL
;
pb_gatt_srv.c:171
gatt_disconnected_pb_gatt()
if
(
cli
->
conn_handle
!=
conn_handle
)
{
pb_gatt_srv.c:185
prov_ccc_write()
if
(
!
cli
||
cli
->
conn_handle
!=
conn_handle
)
{
pb_gatt_srv.c:363
bt_mesh_pb_gatt_send()
return
bt_mesh_proxy_msg_send
(
cli
,
BT_MESH_PROXY_PROV
,
buf
)
;
pb_gatt_srv.c:368
bt_mesh_pb_gatt_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cli
is written by 2 functions and is read by 4 functions:
gatt_connected_pb_gatt()
gatt_disconnected_pb_gatt()
All items filtered out
cli
gatt_recv_prov()
gatt_disconnected_pb_gatt()
prov_ccc_write()
bt_mesh_pb_gatt_send()
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