ESP-IDF
bt_mesh_directed_proxy_server_update_dep_node()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_directed_proxy_server_update_dep_node()
bt_mesh_directed_proxy_server_update_dep_node() function
Syntax
Show:
Summary
Declaration
from
utils.h:110
int
bt_mesh_directed_proxy_server_update_dep_node
(
void
*
sub
,
void
*
client
,
uint8_t
type
)
;
Arguments
Argument
sub
client
type
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_directed_proxy_server_update_dep_node
(
void
*
sub
,
void
*
client
,
uint8_t
type
)
;
utils.h:110
if
(
bt_mesh_directed_proxy_server_update_dep_node
(
NULL
,
&
clients
[
i
]
,
0
)
)
{
proxy_server.c:918
proxy_disconnected()
Call Tree
from
examples
bt_mesh_directed_proxy_server_update_dep_node()
is called by 1 function:
proxy_disconnected()
All items filtered out
bt_mesh_directed_proxy_server_update_dep_node()
All items filtered out
Data Use
from
examples
All items filtered out
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