ESP-IDF
tGATT_READ_PARTIAL
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_READ_PARTIAL
tGATT_READ_PARTIAL struct
Syntax
Show:
Summary
Declaration
from
gatt_api.h:473
typedef
struct
{
tGATT_AUTH_REQ
auth_req
;
UINT16
handle
;
UINT16
offset
;
}
tGATT_READ_PARTIAL
;
Fields
Field
Declared as
tGATT_READ_PARTIAL::auth_req
tGATT_AUTH_REQ
tGATT_READ_PARTIAL::handle
UINT16
tGATT_READ_PARTIAL::offset
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_api.h:473
}
tGATT_READ_PARTIAL
;
gatt_api.h:477
tGATT_READ_PARTIAL
tGATT_READ_PARTIAL
partial
;
gatt_api.h:486
tGATT_READ_PARAM
tGATT_READ_PARAM::partial
tGATT_READ_PARTIAL
read_blob
;
/* read blob */
gatt_int.h:124
tGATT_CL_MSG
tGATT_CL_MSG::read_blob
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::partial
tGATT_READ_PARAM
gatt_api.h:486
tGATT_CL_MSG::read_blob
tGATT_CL_MSG
gatt_int.h:124
Lifecycle
from
examples
All items filtered out
All items filtered out