ESP-IDF
BLE_MESH_ADV_DATA_BYTES
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_ADV_DATA_BYTES
BLE_MESH_ADV_DATA_BYTES macro
Helper to declare elements of bt_data arrays This macro is mainly for creating an array of struct bt_mesh_adv_data elements which is then passed to bt_le_adv_start().
Syntax
Show:
Summary
Declaration
from
adapter.h:389
#define
BLE_MESH_ADV_DATA_BYTES
(
_type
,
_bytes
...
)
\
BLE_MESH_ADV_DATA
(
_type
,
(
(
uint8_t
[
]
)
{
_bytes
}
)
,
\
sizeof
(
(
uint8_t
[
]
)
{
_bytes
}
)
)
Arguments
Argument
Description
_type
Type of advertising data field
_bytes
Variable number of single-byte parameters
Examples
References
from
examples
Code
Location
#define
BLE_MESH_ADV_DATA_BYTES
(
_type
,
_bytes
...
)
\
adapter.h:389
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_FLAGS
,
(
BLE_MESH_AD_GENERAL
|
BLE_MESH_AD_NO_BREDR
)
)
,
proxy_server.c:1374
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_UUID16_ALL
,
0x27
,
0x18
)
,
proxy_server.c:1375
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_FLAGS
,
(
BLE_MESH_AD_GENERAL
|
BLE_MESH_AD_NO_BREDR
)
)
,
proxy_server.c:1397
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_UUID16_ALL
,
0x28
,
0x18
)
,
proxy_server.c:1398
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_FLAGS
,
(
BLE_MESH_AD_GENERAL
|
BLE_MESH_AD_NO_BREDR
)
)
,
proxy_server.c:1403
BLE_MESH_ADV_DATA_BYTES
(
BLE_MESH_DATA_UUID16_ALL
,
0x28
,
0x18
)
,
proxy_server.c:1404
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