ESP-IDF
bt_mesh_adv::cb_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_adv::cb_data
bt_mesh_adv::cb_data field
Syntax
Show:
Summary
Declaration
from
adv.h:51
void
*
cb_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cb_data
;
adv.h:51
void
*
cb_data
;
adv.h:64
void
*
cb_data
=
BLE_MESH_ADV
(
buf
)
->
cb_data
;
adv.c:161
adv_send()
BLE_MESH_ADV
(
buf
)
->
cb_data
=
cb_data
;
adv.c:491
bt_mesh_adv_send()
BT_MESH_ADV
(
buf
)
->
cb_data
=
cb_data
;
adv.c:107
bt_mesh_adv_send()
adv
->
cb
->
start
(
duration
,
err
,
adv
->
cb_data
)
;
adv.h:114
bt_mesh_adv_send_start()
adv
->
cb
->
end
(
err
,
adv
->
cb_data
)
;
adv.h:127
bt_mesh_adv_send_end()
adv
->
cb
->
end
(
0
,
adv
->
cb_data
)
;
glue.c:117
net_buf_unref()
BT_MESH_ADV
(
buf
)
->
cb_data
=
cb_data
;
net.c:554
bt_mesh_net_send()
void
*
cb_data
=
BT_MESH_ADV
(
buf
)
->
cb_data
;
proxy_srv.c:779
bt_mesh_proxy_relay()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_adv::cb_data
is written by 2 functions and is read by 5 functions:
bt_mesh_adv_send()
bt_mesh_net_send()
All items filtered out
bt_mesh_adv::cb_data
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