ESP-IDF
bt_mesh_adv::busy
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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_adv::busy
bt_mesh_adv::busy field
Syntax
Show:
Summary
Declaration
from
adv.h:66
uint8_t
type
:
2
,
started
:
1
,
busy
:
1
;
Examples
References
from
examples
Code
Location
Referrer
bt_mesh_atomic_t
busy
;
adv.h:55
busy
:
1
;
adv.h:68
if
(
bt_mesh_atomic_cas
(
&
BLE_MESH_ADV_BUSY
(
*
buf
)
,
1
,
0
)
)
{
adv.c:338
adv_thread()
bt_mesh_atomic_set
(
&
BLE_MESH_ADV_BUSY
(
buf
)
,
0
)
;
adv.c:451
bt_mesh_unref_buf()
bt_mesh_atomic_set
(
&
BLE_MESH_ADV_BUSY
(
buf
)
,
1
)
;
adv.c:492
bt_mesh_adv_send()
BT_MESH_ADV
(
buf
)
->
busy
=
1
;
adv.c:108
bt_mesh_adv_send()
if
(
BT_MESH_ADV
(
buf
)
->
busy
)
{
adv_legacy.c:178
mesh_adv_thread()
BT_MESH_ADV
(
buf
)
->
busy
=
0
;
adv_legacy.c:179
mesh_adv_thread()
BT_MESH_ADV
(
buf
)
->
busy
=
0U
;
pb_adv.c:178
free_segments()
if
(
BT_MESH_ADV
(
buf
)
->
busy
)
{
pb_adv.c:579
send_reliable()
bt_mesh_atomic_set
(
&
BLE_MESH_ADV_BUSY
(
buf
)
,
0
)
;
prov_common.c:362
free_segments()
if
(
bt_mesh_atomic_get
(
&
BLE_MESH_ADV_BUSY
(
buf
)
)
)
{
prov_common.c:477
prov_retransmit()
if
(
bt_mesh_atomic_cas
(
&
BLE_MESH_ADV_BUSY
(
tx
->
seg
[
seg_idx
]
)
,
1
,
0
)
)
{
transport.c:321
seg_tx_done()
if
(
bt_mesh_atomic_get
(
&
BLE_MESH_ADV_BUSY
(
seg
)
)
)
{
transport.c:457
seg_tx_send_unacked()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_adv::busy
is written by 3 functions and is read by 9 functions:
bt_mesh_adv_send()
mesh_adv_thread()
free_segments()
All items filtered out
bt_mesh_adv::busy
adv_thread()
bt_mesh_unref_buf()
bt_mesh_adv_send()
free_segments()
prov_retransmit()
seg_tx_done()
seg_tx_send_unacked()
mesh_adv_thread()
send_reliable()
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