ESP-IDF
ble_uuid_any_t::u128
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_uuid_any_t::u128
ble_uuid_any_t::u128 field
128-bit UUID structure
Syntax
Show:
Summary
Declaration
from
ble_uuid.h:96
ble_uuid128_t
u128
;
Examples
References
from
examples
Code
Location
Referrer
ble_uuid128_t
u128
;
ble_uuid.h:96
ble_hs_adv_uuids128
[
i
]
=
uuid
.
u128
;
ble_hs_adv.c:663
ble_hs_adv_parse_uuids128()
memcpy
(
uuid
->
u128
.
value
,
buf
,
16
)
;
ble_uuid.c:107
ble_uuid_init_from_buf()
dst
->
u128
=
*
(
const
ble_uuid128_t
*
)
src
;
ble_uuid.c:151
ble_uuid_copy()
u8p
=
uuid
->
u128
.
value
;
ble_uuid.c:218
ble_uuid_from_str()
if
(
memcmp
(
ble_uuid_base
,
uuid
->
u128
.
value
,
12
)
==
0
)
{
ble_uuid.c:238
ble_uuid_from_str()
uint8_t
*
tmp_ptr
=
&
uuid
->
u128
.
value
[
12
]
;
ble_uuid.c:239
ble_uuid_from_str()
memcpy
(
uuid
->
u128
.
value
,
buf
,
16
)
;
ble_uuid.c:326
ble_uuid_init_from_att_buf()
memcpy
(
uuid_any
->
u128
.
value
,
BLE_UUID128
(
uuid
)
->
value
,
16
)
;
ble_uuid.c:351
ble_uuid_to_any()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_uuid_any_t::u128
is written by 1 function and is read by 5 functions:
ble_uuid_copy()
All items filtered out
ble_uuid_any_t::u128
ble_uuid_init_from_buf()
ble_uuid_from_str()
ble_uuid_init_from_att_buf()
ble_uuid_to_any()
ble_hs_adv_parse_uuids128()
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