ESP-IDF
bt_mesh_proxy_client::send_beacons
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::send_beacons
bt_mesh_proxy_client::send_beacons field
Syntax
Show:
Summary
Declaration
from
proxy_msg.h:55
struct
ble_npl_callout
send_beacons
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_npl_callout
send_beacons
;
proxy_msg.h:55
struct
k_delayed_work
send_beacons
;
proxy_server.h:53
client
=
CONTAINER_OF
(
work
,
struct
bt_mesh_proxy_client
,
send_beacons
)
;
proxy_server.c:464
proxy_send_beacons()
k_delayed_work_submit
(
&
client
->
send_beacons
,
K_MSEC
(
15
)
)
;
proxy_server.c:1112
proxy_ccc_write()
k_delayed_work_init
(
&
client
->
send_beacons
,
proxy_send_beacons
)
;
proxy_server.c:1934
bt_mesh_proxy_server_init()
k_delayed_work_free
(
&
client
->
send_beacons
)
;
proxy_server.c:1972
bt_mesh_proxy_server_deinit()
k_work_add_arg
(
&
client
->
send_beacons
,
client
)
;
proxy_srv.c:647
proxy_ccc_write()
k_work_submit
(
&
client
->
send_beacons
)
;
proxy_srv.c:648
proxy_ccc_write()
k_work_init
(
&
clients
[
i
]
.
send_beacons
,
proxy_send_beacons
)
;
proxy_srv.c:1002
bt_mesh_proxy_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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