ESP-IDF
tGATT_READ_BY_TYPE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_READ_BY_TYPE
tGATT_READ_BY_TYPE struct
Syntax
Show:
Summary
Declaration
from
gatt_api.h:450
typedef
struct
{
tGATT_AUTH_REQ
auth_req
;
UINT16
s_handle
;
UINT16
e_handle
;
tBT_UUID
uuid
;
}
tGATT_READ_BY_TYPE
;
Fields
Field
Declared as
tGATT_READ_BY_TYPE::auth_req
tGATT_AUTH_REQ
tGATT_READ_BY_TYPE::s_handle
UINT16
tGATT_READ_BY_TYPE::e_handle
UINT16
tGATT_READ_BY_TYPE::uuid
tBT_UUID
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_api.h:450
}
tGATT_READ_BY_TYPE
;
gatt_api.h:455
tGATT_READ_BY_TYPE
tGATT_READ_BY_TYPE
service
;
gatt_api.h:482
tGATT_READ_PARAM
tGATT_READ_PARAM::service
tGATT_READ_BY_TYPE
char_type
;
/* characteristic type */
gatt_api.h:483
tGATT_READ_PARAM
tGATT_READ_PARAM::char_type
tGATT_READ_BY_TYPE
browse
;
/* read by type request */
gatt_int.h:121
tGATT_CL_MSG
tGATT_CL_MSG::browse
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_READ_PARAM::service
tGATT_READ_PARAM
gatt_api.h:482
tGATT_READ_PARAM::char_type
tGATT_READ_PARAM
gatt_api.h:483
tGATT_CL_MSG::browse
tGATT_CL_MSG
gatt_int.h:121
Lifecycle
from
examples
All items filtered out
All items filtered out