ESP-IDF
tGATT_ATTR_VALUE::uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATT_ATTR_VALUE::uuid
tGATT_ATTR_VALUE::uuid field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:171
tBT_UUID
uuid
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
uuid
;
/* service declaration */
gatt_int.h:171
return
&
(
(
tGATT_ATTR16
*
)
p_db
->
p_attr_list
)
->
p_value
->
uuid
;
gatt_db.c:107
gatts_get_service_uuid()
len
=
p_attr16
->
p_value
->
uuid
.
len
;
gatt_db.c:239
read_attr_value()
if
(
mtu
>=
p_attr16
->
p_value
->
uuid
.
len
)
{
gatt_db.c:240
read_attr_value()
gatt_build_uuid_to_stream
(
&
p
,
p_attr16
->
p_value
->
uuid
)
;
gatt_db.c:241
read_attr_value()
p_attr
->
p_value
->
uuid
.
len
=
LEN_UUID_16
;
gatt_db.c:1567
gatts_db_add_service_declaration()
p_attr
->
p_value
->
uuid
.
uu
.
uuid16
=
p_service
->
uu
.
uuid16
;
gatt_db.c:1568
gatts_db_add_service_declaration()
p_attr
->
p_value
->
uuid
.
len
=
LEN_UUID_128
;
gatt_db.c:1570
gatts_db_add_service_declaration()
gatt_convert_uuid32_to_uuid128
(
p_attr
->
p_value
->
uuid
.
uu
.
uuid128
,
p_service
->
uu
.
uuid32
)
;
gatt_db.c:1571
gatts_db_add_service_declaration()
p_attr
->
p_value
->
uuid
.
len
=
LEN_UUID_128
;
gatt_db.c:1573
gatts_db_add_service_declaration()
memcpy
(
p_attr
->
p_value
->
uuid
.
uu
.
uuid128
,
p_service
->
uu
.
uuid128
,
LEN_UUID_128
)
;
gatt_db.c:1574
gatts_db_add_service_declaration()
len
+=
4
+
p_attr
->
p_value
->
uuid
.
len
;
gatt_sr_hash.c:74
calculate_database_info_size()
gatt_build_uuid_to_stream
(
&
p_data
,
p_attr
->
p_value
->
uuid
)
;
gatt_sr_hash.c:120
fill_database_info()
printf
(
"\tuuid %s\n"
,
gatt_uuid_to_str
(
&
p_attr
->
p_value
->
uuid
)
)
;
gatt_sr_hash.c:215
gatts_show_local_database()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_ATTR_VALUE::uuid
is read by 4 functions:
All items filtered out
tGATT_ATTR_VALUE::uuid
read_attr_value()
gatts_db_add_service_declaration()
calculate_database_info_size()
fill_database_info()
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