ESP-IDF
tGATT_ATTR16::uuid_type
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_ATTR16::uuid_type
tGATT_ATTR16::uuid_type field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:189
tGATT_ATTR_UUID_TYPE
uuid_type
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_ATTR_UUID_TYPE
uuid_type
;
gatt_int.h:189
if
(
p_attr16
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_db.c:232
read_attr_value()
len
=
(
(
(
tGATT_ATTR16
*
)
(
p_attr16
->
p_next
)
)
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
?
5
:
19
;
gatt_db.c:245
read_attr_value()
if
(
(
(
tGATT_ATTR16
*
)
(
p_attr16
->
p_next
)
)
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_db.c:251
read_attr_value()
if
(
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_db.c:353
gatts_db_read_attr_value_by_type()
}
else
if
(
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_32
)
{
gatt_db.c:356
gatts_db_read_attr_value_by_type()
if
(
!
(
next_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
&&
next_attr
->
uuid
==
GATT_UUID_INCLUDE_SERVICE
)
)
{
gatt_db.c:467
gatts_add_included_service()
if
(
p_cur
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_db.c:740
gatts_set_attribute_value()
if
(
p_cur
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_db.c:887
gatts_get_attribute_value()
if
(
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_db.c:1210
gatts_write_attr_perm_check()
}
else
if
(
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_128
||
gatt_db.c:1236
gatts_write_attr_perm_check()
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_32
)
{
gatt_db.c:1237
gatts_write_attr_perm_check()
else
if
(
(
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
&&
gatt_db.c:1248
gatts_write_attr_perm_check()
p_attr16
->
uuid_type
=
GATT_ATTR_UUID_TYPE_16
;
gatt_db.c:1328
allocate_attr_in_db()
if
(
p_attr16
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_db.c:1360
allocate_attr_in_db()
}
else
if
(
p_attr16
->
uuid_type
==
GATT_ATTR_UUID_TYPE_32
)
{
gatt_db.c:1363
allocate_attr_in_db()
p_msg
->
offset
=
(
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
?
GATT_INFO_TYPE_PAIR_16
:
GATT_INFO_TYPE_PAIR_128
;
gatt_sr.c:819
gatt_build_find_info_rsp()
if
(
p_msg
->
offset
==
GATT_INFO_TYPE_PAIR_16
&&
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_sr.c:823
gatt_build_find_info_rsp()
}
else
if
(
p_msg
->
offset
==
GATT_INFO_TYPE_PAIR_128
&&
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_128
)
{
gatt_sr.c:826
gatt_build_find_info_rsp()
}
else
if
(
p_msg
->
offset
==
GATT_INFO_TYPE_PAIR_128
&&
p_attr
->
uuid_type
==
GATT_ATTR_UUID_TYPE_32
)
{
gatt_sr.c:829
gatt_build_find_info_rsp()
if
(
p_attr16
->
uuid_type
==
GATT_ATTR_UUID_TYPE_16
)
{
gatt_sr_hash.c:45
attr_uuid_to_bt_uuid()
}
else
if
(
p_attr16
->
uuid_type
==
GATT_ATTR_UUID_TYPE_32
)
{
gatt_sr_hash.c:48
attr_uuid_to_bt_uuid()
}
else
if
(
p_attr16
->
uuid_type
==
GATT_ATTR_UUID_TYPE_128
)
{
gatt_sr_hash.c:52
attr_uuid_to_bt_uuid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_ATTR16::uuid_type
is written by 1 function and is read by 9 functions:
allocate_attr_in_db()
All items filtered out
tGATT_ATTR16::uuid_type
read_attr_value()
gatts_db_read_attr_value_by_type()
gatts_add_included_service()
gatts_set_attribute_value()
gatts_get_attribute_value()
gatts_write_attr_perm_check()
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