ESP-IDF
tGATT_ATTR32
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_ATTR32
tGATT_ATTR32 struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:199
typedef
struct
{
void
*
p_next
;
tGATT_ATTR_VALUE
*
p_value
;
tGATT_ATTR_UUID_TYPE
uuid_type
;
tGATT_PERM
permission
;
tGATTS_ATTR_CONTROL
control
;
tGATT_ATTR_MASK
mask
;
UINT16
handle
;
UINT32
uuid
;
}
tGATT_ATTR32
;
Fields
Field
Declared as
tGATT_ATTR32::p_next
void
*
tGATT_ATTR32::p_value
tGATT_ATTR_VALUE
*
tGATT_ATTR32::uuid_type
tGATT_ATTR_UUID_TYPE
tGATT_ATTR32::permission
tGATT_PERM
tGATT_ATTR32::control
tGATTS_ATTR_CONTROL
tGATT_ATTR32::mask
tGATT_ATTR_MASK
tGATT_ATTR32::handle
UINT16
tGATT_ATTR32::uuid
UINT32
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
gatt_int.h:199
}
tGATT_ATTR32
;
gatt_int.h:208
else
if
(
(
(
tGATT_ATTR32
*
)
(
p_attr16
->
p_next
)
)
->
uuid_type
==
GATT_ATTR_UUID_TYPE_32
)
{
gatt_db.c:255
read_attr_value()
gatt_convert_uuid32_to_uuid128
(
p
,
(
(
tGATT_ATTR32
*
)
(
p_attr16
->
p_next
)
)
->
uuid
)
;
gatt_db.c:256
read_attr_value()
attr_uuid
.
uu
.
uuid32
=
(
(
tGATT_ATTR32
*
)
p_attr
)
->
uuid
;
gatt_db.c:358
gatts_db_read_attr_value_by_type()
tGATT_ATTR32
*
p_attr32
=
NULL
;
gatt_db.c:1295
allocate_attr_in_db()
len
=
sizeof
(
tGATT_ATTR32
)
;
gatt_db.c:1307
allocate_attr_in_db()
p_attr32
=
(
tGATT_ATTR32
*
)
p_db
->
p_free_mem
;
gatt_db.c:1331
allocate_attr_in_db()
}
tGATT_ATTR32
;
gatt_int.h:208
tGATT_ATTR32
gatt_convert_uuid32_to_uuid128
(
p
,
(
(
tGATT_ATTR32
*
)
p_attr
)
->
uuid
)
;
gatt_sr.c:831
gatt_build_find_info_rsp()
tGATT_ATTR32
*
p_attr32
=
(
tGATT_ATTR32
*
)
p_attr
;
gatt_sr_hash.c:49
attr_uuid_to_bt_uuid()
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