ESP-IDF
bt_mesh_proxy_role::
::send
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_role::
::send
bt_mesh_proxy_role::
::send field
Syntax
Show:
Summary
Declaration
from
proxy_msg.h:38
proxy_send_cb_t
send
;
Examples
References
from
examples
Code
Location
Referrer
proxy_send_cb_t
send
;
proxy_msg.h:38
return
role
->
cb
.
send
(
conn_handle
,
msg
->
om_data
,
msg
->
om_len
)
;
proxy_msg.c:151
bt_mesh_proxy_msg_send()
err
=
role
->
cb
.
send
(
conn_handle
,
msg
->
om_data
,
mtu
)
;
proxy_msg.c:155
bt_mesh_proxy_msg_send()
err
=
role
->
cb
.
send
(
conn_handle
,
msg
->
om_data
,
msg
->
om_len
)
;
proxy_msg.c:164
bt_mesh_proxy_msg_send()
err
=
role
->
cb
.
send
(
conn_handle
,
msg
->
om_data
,
mtu
)
;
proxy_msg.c:172
bt_mesh_proxy_msg_send()
role
->
cb
.
send
=
send
;
proxy_msg.c:217
bt_mesh_proxy_role_setup()
Call Tree
from
examples
bt_mesh_proxy_role::
::send
is called by 1 function:
bt_mesh_proxy_msg_send()
All items filtered out
bt_mesh_proxy_role::
::send
All items filtered out
Data Use
from
examples
bt_mesh_proxy_role::
::send
is written by 1 function:
bt_mesh_proxy_role_setup()
All items filtered out
bt_mesh_proxy_role::
::send
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