ESP-IDF
bt_mesh_proxy_server_find_client_by_addr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_find_client_by_addr()
bt_mesh_proxy_server_find_client_by_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
proxy_server.h:124
bool
bt_mesh_proxy_server_find_client_by_addr
(
uint16_t
addr
)
;
Implemented in
proxy_server.c:178
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_proxy_server_find_client_by_addr
(
uint16_t
addr
)
proxy_server.c:178
bool
bt_mesh_proxy_server_find_client_by_addr
(
uint16_t
addr
)
;
proxy_server.h:124
return
bt_mesh_proxy_server_find_client_by_addr
(
addr
)
;
ext.c:1806
bt_mesh_ext_proxy_server_find_client_by_addr()
!
bt_mesh_proxy_server_find_client_by_addr
(
rx
.
ctx
.
addr
)
)
{
net.c:1957
bt_mesh_net_recv()
Call Tree
from
examples
bt_mesh_proxy_server_find_client_by_addr()
is called by 2 functions:
bt_mesh_net_recv()
bt_mesh_ext_proxy_server_find_client_by_addr()
All items filtered out
bt_mesh_proxy_server_find_client_by_addr()
All items filtered out
Data Use
from
examples
bt_mesh_proxy_server_find_client_by_addr()
reads 5 variables:
bt_mesh_proxy_client::conn
bt_mesh_proxy_client::
::addr
bt_mesh_proxy_client::
::proxy_client
bt_mesh_proxy_client::filter
clients
All items filtered out
bt_mesh_proxy_server_find_client_by_addr()
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