ESP-IDF
bt_mesh_adv::cb
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_adv::cb
bt_mesh_adv::cb field
Syntax
Show:
Summary
Declaration
from
adv.h:50
const
struct
bt_mesh_send_cb
*
cb
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
bt_mesh_send_cb
*
cb
;
adv.h:50
const
struct
bt_mesh_send_cb
*
cb
;
adv.h:63
const
struct
bt_mesh_send_cb
*
cb
=
BLE_MESH_ADV
(
buf
)
->
cb
;
adv.c:160
adv_send()
BLE_MESH_ADV
(
buf
)
->
cb
=
cb
;
adv.c:490
bt_mesh_adv_send()
BT_MESH_ADV
(
buf
)
->
cb
=
cb
;
adv.c:106
bt_mesh_adv_send()
if
(
adv
->
cb
&&
adv
->
cb
->
start
)
{
adv.h:113
bt_mesh_adv_send_start()
adv
->
cb
->
start
(
duration
,
err
,
adv
->
cb_data
)
;
adv.h:114
bt_mesh_adv_send_start()
adv
->
cb
=
NULL
;
adv.h:118
bt_mesh_adv_send_start()
if
(
adv
->
started
&&
adv
->
cb
&&
adv
->
cb
->
end
)
{
adv.h:126
bt_mesh_adv_send_end()
adv
->
cb
->
end
(
err
,
adv
->
cb_data
)
;
adv.h:127
bt_mesh_adv_send_end()
if
(
adv
->
started
&&
adv
->
cb
&&
adv
->
cb
->
end
)
{
glue.c:116
net_buf_unref()
adv
->
cb
->
end
(
0
,
adv
->
cb_data
)
;
glue.c:117
net_buf_unref()
BT_MESH_ADV
(
buf
)
->
cb
=
cb
;
net.c:553
bt_mesh_net_send()
const
struct
bt_mesh_send_cb
*
cb
=
BT_MESH_ADV
(
buf
)
->
cb
;
proxy_srv.c:778
bt_mesh_proxy_relay()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_adv::cb
is written by 3 functions and is read by 5 functions:
bt_mesh_adv_send_start()
bt_mesh_adv_send()
bt_mesh_net_send()
All items filtered out
bt_mesh_adv::cb
bt_mesh_adv_send_start()
bt_mesh_adv_send_end()
adv_send()
net_buf_unref()
bt_mesh_proxy_relay()
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