ESP-IDF
tGATT_FIND_TYPE_VALUE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_FIND_TYPE_VALUE
tGATT_FIND_TYPE_VALUE struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:110
typedef
struct
{
tBT_UUID
uuid
;
UINT16
s_handle
;
UINT16
e_handle
;
UINT16
value_len
;
UINT8
value
[
GATT_MAX_MTU_SIZE
]
;
}
tGATT_FIND_TYPE_VALUE
;
Fields
Field
Declared as
tGATT_FIND_TYPE_VALUE::uuid
tBT_UUID
tGATT_FIND_TYPE_VALUE::s_handle
UINT16
tGATT_FIND_TYPE_VALUE::e_handle
UINT16
tGATT_FIND_TYPE_VALUE::value_len
UINT16
tGATT_FIND_TYPE_VALUE::value
UINT8
[
GATT_MAX_MTU_SIZE
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_int.h:110
}
tGATT_FIND_TYPE_VALUE
;
gatt_int.h:116
BT_HDR
*
attp_build_read_by_type_value_cmd
(
UINT16
payload_size
,
tGATT_FIND_TYPE_VALUE
*
p_value_type
)
att_protocol.c:163
attp_build_read_by_type_value_cmd()
attp_build_read_by_type_value_cmd()::p_value_type
}
tGATT_FIND_TYPE_VALUE
;
gatt_int.h:116
tGATT_FIND_TYPE_VALUE
tGATT_FIND_TYPE_VALUE
find_type_value
;
/* find by type value */
gatt_int.h:122
tGATT_CL_MSG
tGATT_CL_MSG::find_type_value
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
Instance
Scope
Location
Project
tGATT_CL_MSG::find_type_value
tGATT_CL_MSG
gatt_int.h:122
attp_build_read_by_type_value_cmd()::p_value_type
attp_build_read_by_type_value_cmd()
att_protocol.c:163
Lifecycle
from
examples
All items filtered out
All items filtered out