ESP-IDF
bt_mesh_proxy_server::buf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::buf
bt_mesh_proxy_server::buf field
Syntax
Show:
Summary
Declaration
from
proxy_client.c:47
struct
net_buf_simple
buf
;
Examples
References
from
examples
Code
Location
Referrer
struct
net_buf_simple
buf
;
proxy_client.c:47
net_buf_simple_reset
(
&
server
->
buf
)
;
proxy_client.c:84
proxy_sar_timeout()
bt_mesh_provisioner_pb_gatt_recv
(
server
->
conn
,
&
server
->
buf
)
;
proxy_client.c:269
proxy_complete_pdu()
net_buf_simple_reset
(
&
server
->
buf
)
;
proxy_client.c:278
proxy_complete_pdu()
if
(
len
-
1
>
net_buf_simple_tailroom
(
&
server
->
buf
)
)
{
proxy_client.c:312
proxy_recv()
if
(
server
->
buf
.
len
)
{
proxy_client.c:319
proxy_recv()
net_buf_simple_add_mem
(
&
server
->
buf
,
data
+
1
,
len
-
1
)
;
proxy_client.c:325
proxy_recv()
if
(
server
->
buf
.
len
)
{
proxy_client.c:330
proxy_recv()
net_buf_simple_add_mem
(
&
server
->
buf
,
data
+
1
,
len
-
1
)
;
proxy_client.c:337
proxy_recv()
if
(
!
server
->
buf
.
len
)
{
proxy_client.c:341
proxy_recv()
net_buf_simple_add_mem
(
&
server
->
buf
,
data
+
1
,
len
-
1
)
;
proxy_client.c:352
proxy_recv()
if
(
!
server
->
buf
.
len
)
{
proxy_client.c:356
proxy_recv()
net_buf_simple_add_mem
(
&
server
->
buf
,
data
+
1
,
len
-
1
)
;
proxy_client.c:367
proxy_recv()
net_buf_simple_reset
(
&
server
->
buf
)
;
proxy_client.c:465
proxy_connected()
server
->
buf
.
size
=
BLE_MESH_PROXY_BUF_SIZE
;
proxy_client.c:1089
bt_mesh_proxy_client_init()
server
->
buf
.
__buf
=
server_buf_data
+
(
i
*
BLE_MESH_PROXY_BUF_SIZE
)
;
proxy_client.c:1090
bt_mesh_proxy_client_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_proxy_server::buf
is read by 2 functions:
All items filtered out
bt_mesh_proxy_server::buf
proxy_recv()
bt_mesh_proxy_client_init()
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