ESP-IDF
bt_mesh_adv::xmit
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::xmit
bt_mesh_adv::xmit field
Syntax
Show:
Summary
Declaration
from
adv.h:57
uint8_t
xmit
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
xmit
;
adv.h:57
uint8_t
xmit
;
adv.h:70
BLE_MESH_TRANSMIT_INT
(
BLE_MESH_ADV
(
buf
)
->
xmit
)
)
;
adv.c:174
adv_send()
duration
=
(
BLE_MESH_TRANSMIT_COUNT
(
BLE_MESH_ADV
(
buf
)
->
xmit
)
+
1
)
*
adv.c:175
adv_send()
BLE_MESH_TRANSMIT_COUNT
(
BLE_MESH_ADV
(
buf
)
->
xmit
)
+
1
,
adv_int
,
adv.c:179
adv_send()
BLE_MESH_ADV
(
buf
)
->
xmit
=
xmit
;
adv.c:493
bt_mesh_adv_send()
adv
->
xmit
=
xmit
;
adv.c:85
bt_mesh_adv_create_from_pool()
BT_MESH_TRANSMIT_INT
(
BT_MESH_ADV
(
buf
)
->
xmit
)
)
;
adv_legacy.c:73
adv_send()
(
(
BT_MESH_TRANSMIT_COUNT
(
BT_MESH_ADV
(
buf
)
->
xmit
)
+
1
)
*
adv_legacy.c:87
adv_send()
BT_MESH_TRANSMIT_COUNT
(
BT_MESH_ADV
(
buf
)
->
xmit
)
+
1
,
adv_int
,
adv_legacy.c:105
adv_send()
bt_mesh_adv_send
(
buf
,
BLE_MESH_ADV
(
buf
)
->
xmit
,
cb
,
cb_data
)
;
net.c:929
bt_mesh_net_resend()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_adv::xmit
is written by 2 functions and is read by 2 functions:
bt_mesh_adv_send()
bt_mesh_adv_create_from_pool()
All items filtered out
bt_mesh_adv::xmit
adv_send()
bt_mesh_net_resend()
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