ESP-IDF
bt_mesh_proxy_server
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
bt_mesh_proxy_server
bt_mesh_proxy_server struct
Syntax
Show:
Summary
Declaration
from
proxy_client.c:31
struct
bt_mesh_proxy_server
{
struct
bt_mesh_conn
*
conn
;
enum
__attribute__
(
(
packed
)
)
{
CLI_NONE
,
CLI_PROV
,
CLI_PROXY
,
}
conn_type
;
#if
CONFIG_BLE_MESH_GATT_PROXY_CLIENT
uint16_t
net_idx
;
#endif
uint8_t
msg_type
;
struct
k_delayed_work
sar_timer
;
struct
net_buf_simple
buf
;
}
;
Fields
Field
Declared as
bt_mesh_proxy_server::conn
struct
bt_mesh_conn
*
bt_mesh_proxy_server::conn_type
enum
__attribute__
(
(
packed
)
)
{
CLI_NONE
,
CLI_PROV
,
CLI_PROXY
,
}
bt_mesh_proxy_server::msg_type
uint8_t
bt_mesh_proxy_server::sar_timer
struct
k_delayed_work
bt_mesh_proxy_server::buf
struct
net_buf_simple
Examples
References
from
examples
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