ESP-IDF
bt_mesh_proxy_client::proxy_msg_recv
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_client::proxy_msg_recv
bt_mesh_proxy_client::proxy_msg_recv field
Syntax
Show:
Summary
Declaration
from
proxy_server.h:56
uint8_t
proxy_msg_recv
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
proxy_msg_recv
:
1
;
/* Indicate if proxy server has received a message from proxy client */
proxy_server.h:56
return
PROXY_CLI
(
client
)
->
proxy_msg_recv
;
ext.c:1944
bt_mesh_ext_proxy_server_is_proxy_msg_recv()
PROXY_CLI
(
client
)
->
proxy_msg_recv
=
!!
val
;
ext.c:1973
bt_mesh_ext_proxy_server_set_msg_recv()
client
->
proxy_msg_recv
==
false
)
{
proxy_server.c:711
proxy_complete_pdu()
client
->
proxy_msg_recv
=
true
;
proxy_server.c:712
proxy_complete_pdu()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_proxy_client::proxy_msg_recv
is written by 2 functions and is read by 2 functions:
proxy_complete_pdu()
bt_mesh_ext_proxy_server_set_msg_recv()
All items filtered out
bt_mesh_proxy_client::proxy_msg_recv
proxy_complete_pdu()
bt_mesh_ext_proxy_server_is_proxy_msg_recv()
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