ESP-IDF
get_client()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_client()
get_client() function
Syntax
Show:
Summary
Declaration
from
proxy_srv.c:83
static
struct
bt_mesh_proxy_client
*
get_client
(
uint16_t
conn_handle
)
;
Arguments
Argument
conn_handle
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_proxy_client
*
get_client
(
uint16_t
conn_handle
)
proxy_srv.c:83
client
=
get_client
(
conn_handle
)
;
proxy_srv.c:842
gatt_connected()
Call Tree
from
examples
get_client()
is called by 1 function:
gatt_connected()
All items filtered out
get_client()
All items filtered out
Data Use
from
examples
get_client()
reads 2 variables and writes 1 variable:
bt_mesh_proxy_client::conn_handle
clients
All items filtered out
get_client()
bt_mesh_proxy_client::conn_handle
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