ESP-IDF
proxy_server_connect_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_connect_cb_t
proxy_server_connect_cb_t
Syntax
Show:
Summary
Declaration
from
proxy_server.h:68
typedef
void
(
*
proxy_server_connect_cb_t
)
(
uint8_t
conn_handle
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
proxy_server_connect_cb_t
)
(
uint8_t
conn_handle
)
;
proxy_server.h:68
static
proxy_server_connect_cb_t
proxy_server_connect_cb
;
proxy_server.c:162
void
bt_mesh_proxy_server_set_conn_cb
(
proxy_server_connect_cb_t
cb
)
proxy_server.c:165
bt_mesh_proxy_server_set_conn_cb()
void
bt_mesh_proxy_server_set_conn_cb
(
proxy_server_connect_cb_t
cb
)
;
proxy_server.h:84
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