ESP-IDF
BLE_MESH_TRANSMIT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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
BLE_MESH_TRANSMIT macro
@def BLE_MESH_TRANSMIT Encode transmission count & interval steps.
Syntax
Show:
Summary
Declaration
from
access.h:351
#define
BLE_MESH_TRANSMIT
(
count
,
int_ms
)
(
(
count
)
|
(
(
(
(
int_ms
)
/
10
)
-
1
)
<
<
3
)
)
Arguments
Argument
Description
count
Number of retransmissions (first transmission is excluded).
int_ms
Interval steps in milliseconds. Must be greater than 0 and a multiple of 10.
Return value
Mesh transmit value that can be used e.g. for the default values of the configuration model data.
Examples
References
from
examples
Code
Location
#define
BLE_MESH_TRANSMIT
(
count
,
int_ms
)
(
(
count
)
|
(
(
(
(
int_ms
)
/
10
)
-
1
)
<
<
3
)
)
access.h:351
#define
UNPROV_XMIT
BLE_MESH_TRANSMIT
(
2
,
20
)
beacon.c:45
#define
SNB_XMIT
BLE_MESH_TRANSMIT
(
0
,
20
)
beacon.c:48
#define
PROV_XMIT
BLE_MESH_TRANSMIT
(
2
,
20
)
prov_common.c:132
#define
CLOSE_XMIT
BLE_MESH_TRANSMIT
(
2
,
20
)
prov_common.c:135
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