ESP-IDF
bt_mesh_prov_link::pb_remote_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_prov_link::pb_remote_send
bt_mesh_prov_link::pb_remote_send field
Syntax
Show:
Summary
Declaration
from
prov_common.h:291
int
(
*
pb_remote_send
)
(
struct
bt_mesh_prov_link
*
link
,
struct
net_buf_simple
*
buf
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
pb_remote_send
)
(
struct
bt_mesh_prov_link
*
link
,
struct
net_buf_simple
*
buf
)
;
prov_common.h:291
LINK
(
link
)
->
pb_remote_send
=
VOID
(
pb_remote_send
)
;
ext.c:1769
bt_mesh_ext_prov_link_set_pb_remote_send()
if
(
link
->
pb_remote_send
)
{
prov_common.c:652
bt_mesh_prov_send()
return
link
->
pb_remote_send
(
link
,
buf
)
;
prov_common.c:654
bt_mesh_prov_send()
if
(
link
->
pb_remote_send
)
{
prov_common.c:664
bt_mesh_prov_send()
return
link
->
pb_remote_send
(
link
,
buf
)
;
prov_common.c:666
bt_mesh_prov_send()
Call Tree
from
examples
bt_mesh_prov_link::pb_remote_send
is called by 1 function:
bt_mesh_prov_send()
All items filtered out
bt_mesh_prov_link::pb_remote_send
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::pb_remote_send
is written by 1 function and is read by 1 function:
bt_mesh_ext_prov_link_set_pb_remote_send()
All items filtered out
bt_mesh_prov_link::pb_remote_send
bt_mesh_prov_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