ESP-IDF
+
0
/2 examples
SourceVu will show references to
BLE_UUID128_DECLARE
from the following samples and libraries:
blecent sample
ble_multi_conn_cent sample
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_UUID128_DECLARE
BLE_UUID128_DECLARE macro
Macro for declaring a pointer to a 128-bit UUID structure initialized with specific 128-bit UUID values.
Syntax
Show:
Summary
Declaration
from
ble_uuid.h:168
#define
BLE_UUID128_DECLARE
(
uuid128
...
)
\
(
(
ble_uuid_t
*
)
(
&
(
ble_uuid128_t
)
BLE_UUID128_INIT
(
uuid128
)
)
)
Arguments
Argument
Description
uuid128
The 128-bit UUID value to initialize the structure with.
Return value
Pointer to a `ble_uuid_t` structure.
Examples
BLE_UUID128_DECLARE
is referenced by 2 libraries and example projects:
References
from
examples
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