ESP-IDF
tGATT_ERROR
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_ERROR
tGATT_ERROR struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:134
typedef
struct
{
UINT16
handle
;
UINT8
cmd_code
;
UINT8
reason
;
}
tGATT_ERROR
;
Fields
Field
Declared as
tGATT_ERROR::handle
UINT16
tGATT_ERROR::cmd_code
UINT8
tGATT_ERROR::reason
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_int.h:134
}
tGATT_ERROR
;
gatt_int.h:138
tGATT_ERROR
tGATT_ERROR
error
;
/* ERROR_RSP */
gatt_int.h:156
tGATT_SR_MSG
tGATT_SR_MSG::error
tGATT_ERROR
error
;
gatt_utils.c:1554
gatt_send_error_rsp()
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_SR_MSG::error
tGATT_SR_MSG
gatt_int.h:156
Lifecycle
from
examples
All items filtered out
All items filtered out