ESP-IDF
tGATT_FIND_TYPE_VALUE::value
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_FIND_TYPE_VALUE::value
tGATT_FIND_TYPE_VALUE::value field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:115
UINT8
value
[
GATT_MAX_MTU_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
value
[
GATT_MAX_MTU_SIZE
]
;
/* pointer to the attribute value to be found */
gatt_int.h:115
memcpy
(
p
,
p_value_type
->
value
,
len
)
;
att_protocol.c:185
attp_build_read_by_type_value_cmd()
gatt_convert_uuid32_to_uuid128
(
cl_req
.
find_type_value
.
value
,
p_clcb
->
uuid
.
uu
.
uuid32
)
;
gatt_cl.c:107
gatt_act_discovery()
memcpy
(
cl_req
.
find_type_value
.
value
,
&
p_clcb
->
uuid
.
uu
,
p_clcb
->
uuid
.
len
)
;
gatt_cl.c:109
gatt_act_discovery()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_FIND_TYPE_VALUE::value
is read by 2 functions:
All items filtered out
tGATT_FIND_TYPE_VALUE::value
attp_build_read_by_type_value_cmd()
gatt_act_discovery()
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