ESP-IDF
tGATT_ATTR128::uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATT_ATTR128::uuid
tGATT_ATTR128::uuid field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:221
UINT8
uuid
[
LEN_UUID_128
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
uuid
[
LEN_UUID_128
]
;
gatt_int.h:221
ARRAY_TO_STREAM
(
p
,
(
(
tGATT_ATTR128
*
)
(
p_attr16
->
p_next
)
)
->
uuid
,
LEN_UUID_128
)
;
gatt_db.c:259
read_attr_value()
memcpy
(
attr_uuid
.
uu
.
uuid128
,
(
(
tGATT_ATTR128
*
)
p_attr
)
->
uuid
,
LEN_UUID_128
)
;
gatt_db.c:361
gatts_db_read_attr_value_by_type()
memcpy
(
p_attr128
->
uuid
,
p_uuid
->
uu
.
uuid128
,
LEN_UUID_128
)
;
gatt_db.c:1337
allocate_attr_in_db()
p_attr128
->
handle
,
p_attr128
->
uuid
[
0
]
,
p_attr128
->
uuid
[
1
]
,
gatt_db.c:1368
allocate_attr_in_db()
ARRAY_TO_STREAM
(
p
,
(
(
tGATT_ATTR128
*
)
p_attr
)
->
uuid
,
LEN_UUID_128
)
;
gatt_sr.c:828
gatt_build_find_info_rsp()
memcpy
(
p_uuid
->
uu
.
uuid128
,
p_attr128
->
uuid
,
LEN_UUID_128
)
;
gatt_sr_hash.c:55
attr_uuid_to_bt_uuid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_ATTR128::uuid
is read by 5 functions:
All items filtered out
tGATT_ATTR128::uuid
read_attr_value()
gatts_db_read_attr_value_by_type()
allocate_attr_in_db()
gatt_build_find_info_rsp()
attr_uuid_to_bt_uuid()
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