ESP-IDF
bt_mesh_proxy_role::cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_role::cb
bt_mesh_proxy_role::cb field
Syntax
Show:
Summary
Declaration
from
proxy_msg.h:37
struct
{
proxy_send_cb_t
send
;
proxy_recv_cb_t
recv
;
}
cb
;
Examples
References
from
examples
Code
Location
Referrer
}
cb
;
proxy_msg.h:40
role
->
cb
.
recv
(
role
)
;
proxy_msg.c:83
bt_mesh_proxy_msg_recv()
role
->
cb
.
recv
(
role
)
;
proxy_msg.c:129
bt_mesh_proxy_msg_recv()
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
.
recv
=
recv
;
proxy_msg.c:216
bt_mesh_proxy_role_setup()
role
->
cb
.
send
=
send
;
proxy_msg.c:217
bt_mesh_proxy_role_setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_proxy_role::cb
is read by 3 functions:
All items filtered out
bt_mesh_proxy_role::cb
bt_mesh_proxy_msg_recv()
bt_mesh_proxy_msg_send()
bt_mesh_proxy_role_setup()
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