ESP-IDF
bt_mesh_proxy_server
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
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
Code
Location
Scope
Referrer
static
struct
bt_mesh_proxy_server
{
proxy_client.c:31
servers
static
struct
bt_mesh_proxy_server
*
find_server
(
struct
bt_mesh_conn
*
conn
)
proxy_client.c:59
find_server()
struct
bt_mesh_proxy_server
*
server
=
NULL
;
proxy_client.c:74
proxy_sar_timeout()
server
=
CONTAINER_OF
(
work
,
struct
bt_mesh_proxy_server
,
sar_timer
.
work
)
;
proxy_client.c:78
proxy_sar_timeout()
static
void
proxy_complete_pdu
(
struct
bt_mesh_proxy_server
*
server
)
proxy_client.c:243
proxy_complete_pdu()
proxy_complete_pdu()::server
struct
bt_mesh_proxy_server
*
server
=
find_server
(
conn
)
;
proxy_client.c:287
proxy_recv()
struct
bt_mesh_proxy_server
*
server
=
find_server
(
conn
)
;
proxy_client.c:431
bt_mesh_proxy_client_send()
struct
bt_mesh_proxy_server
*
server
=
NULL
;
proxy_client.c:448
proxy_connected()
struct
bt_mesh_proxy_server
*
server
=
find_server
(
conn
)
;
proxy_client.c:481
proxy_disconnected()
struct
bt_mesh_proxy_server
*
server
=
find_server
(
conn
)
;
proxy_client.c:531
prov_write_ccc()
struct
bt_mesh_proxy_server
*
server
=
find_server
(
conn
)
;
proxy_client.c:561
prov_recv_ntf()
struct
bt_mesh_proxy_server
*
server
=
&
servers
[
i
]
;
proxy_client.c:593
bt_mesh_proxy_client_prov_disable()
struct
bt_mesh_proxy_server
*
server
=
&
servers
[
i
]
;
proxy_client.c:1086
bt_mesh_proxy_client_init()
struct
bt_mesh_proxy_server
*
server
=
&
servers
[
i
]
;
proxy_client.c:1114
bt_mesh_proxy_client_deinit()
memset
(
server
,
0
,
sizeof
(
struct
bt_mesh_proxy_server
)
)
;
proxy_client.c:1116
bt_mesh_proxy_client_deinit()
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
Instance
Scope
Location
Project
servers
proxy_client.c:31
return
find_server()
proxy_client.c:59
proxy_complete_pdu()::server
proxy_complete_pdu()
proxy_client.c:243
Lifecycle
from
examples
All items filtered out
All items filtered out