ESP-IDF
bt_mesh_proxy_server_get_client()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
bt_mesh_proxy_server_get_client()
bt_mesh_proxy_server_get_client() function
Syntax
Show:
Summary
Declaration
Definition
from
ext.c:1825
extern
struct
bt_mesh_proxy_client
*
bt_mesh_proxy_server_get_client
(
uint8_t
index
)
;
Implemented in
proxy_server.c:95
Arguments
Argument
index
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_proxy_client
*
bt_mesh_proxy_server_get_client
(
uint8_t
index
)
proxy_server.c:95
extern
struct
bt_mesh_proxy_client
*
bt_mesh_proxy_server_get_client
(
uint8_t
index
)
;
ext.c:1825
return
bt_mesh_proxy_server_get_client
(
index
)
;
ext.c:1826
bt_mesh_ext_proxy_server_get_client()
Call Tree
from
examples
bt_mesh_proxy_server_get_client()
is called by 1 function:
bt_mesh_ext_proxy_server_get_client()
All items filtered out
bt_mesh_proxy_server_get_client()
All items filtered out
Data Use
from
examples
bt_mesh_proxy_server_get_client()
reads 1 variable:
clients
All items filtered out
bt_mesh_proxy_server_get_client()
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