ESP-IDF
proxy_server_disconnect_cb_t
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_t
proxy_server_disconnect_cb_t
Syntax
Show:
Summary
Declaration
from
proxy_server.h:69
typedef
void
(
*
proxy_server_disconnect_cb_t
)
(
uint8_t
conn_handle
,
uint8_t
reason
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
proxy_server_disconnect_cb_t
)
(
uint8_t
conn_handle
,
uint8_t
reason
)
;
proxy_server.h:69
static
proxy_server_disconnect_cb_t
proxy_server_disconnect_cb
;
proxy_server.c:163
void
bt_mesh_proxy_server_set_disconn_cb
(
proxy_server_disconnect_cb_t
cb
)
proxy_server.c:170
bt_mesh_proxy_server_set_disconn_cb()
void
bt_mesh_proxy_server_set_disconn_cb
(
proxy_server_disconnect_cb_t
cb
)
;
proxy_server.h:85
Call Tree
from
examples
All items filtered out
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