ESP-IDF
BLE_MESH_TRANSMIT_INT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_TRANSMIT_INT
BLE_MESH_TRANSMIT_INT macro
@def BLE_MESH_TRANSMIT_INT Decode transmit interval from a transmit value.
Syntax
Show:
Summary
Declaration
from
access.h:371
#define
BLE_MESH_TRANSMIT_INT
(
transmit
)
(
(
(
(
transmit
)
>
>
3
)
+
1
)
*
10
)
Arguments
Argument
Description
transmit
Encoded transmit count & interval value.
Return value
Transmission interval in milliseconds.
Examples
References
from
examples
Code
Location
#define
BLE_MESH_TRANSMIT_INT
(
transmit
)
(
(
(
(
transmit
)
>
>
3
)
+
1
)
*
10
)
access.h:371
adv_int
=
MAX
(
ADV_ITVL_MIN
,
BLE_MESH_TRANSMIT_INT
(
xmit
)
)
;
adv.c:152
BLE_MESH_TRANSMIT_INT
(
BLE_MESH_ADV
(
buf
)
->
xmit
)
)
;
adv.c:174
BLE_MESH_TRANSMIT_INT
(
buf
->
data
[
0
]
)
)
;
cfg_srv.c:994
BLE_MESH_TRANSMIT_INT
(
cfg
->
relay_retransmit
)
)
;
cfg_srv.c:1065
adv_int
=
BLE_MESH_TRANSMIT_INT
(
xmit
)
;
client_common.c:174
BLE_MESH_TRANSMIT_COUNT
(
tx
->
xmit
)
,
BLE_MESH_TRANSMIT_INT
(
tx
->
xmit
)
)
;
net.c:1207
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