ESP-IDF
proxy_server_disconnect_cb
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
proxy_server_disconnect_cb
proxy_server_disconnect_cb
Syntax
Show:
Summary
Declaration
from
proxy_server.c:163
static
proxy_server_disconnect_cb_t
proxy_server_disconnect_cb
;
Examples
References
from
examples
Code
Location
Referrer
static
proxy_server_disconnect_cb_t
proxy_server_disconnect_cb
;
proxy_server.c:163
proxy_server_disconnect_cb
=
cb
;
proxy_server.c:172
bt_mesh_proxy_server_set_disconn_cb()
if
(
proxy_server_disconnect_cb
)
{
proxy_server.c:886
proxy_disconnected()
proxy_server_disconnect_cb
(
conn
->
handle
,
reason
)
;
proxy_server.c:887
proxy_disconnected()
Call Tree
from
examples
proxy_server_disconnect_cb
is called by 1 function:
proxy_disconnected()
All items filtered out
proxy_server_disconnect_cb
All items filtered out
Data Use
from
examples
proxy_server_disconnect_cb
is written by 1 function and is read by 1 function:
bt_mesh_proxy_server_set_disconn_cb()
All items filtered out
proxy_server_disconnect_cb
proxy_disconnected()
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