ESP-IDF
tBTA_GATTC_API_EXEC
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
tBTA_GATTC_API_EXEC
tBTA_GATTC_API_EXEC struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:172
typedef
struct
{
BT_HDR
hdr
;
BOOLEAN
is_execute
;
}
tBTA_GATTC_API_EXEC
;
Fields
Field
Declared as
tBTA_GATTC_API_EXEC::hdr
BT_HDR
tBTA_GATTC_API_EXEC::is_execute
BOOLEAN
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gattc_int.h:172
}
tBTA_GATTC_API_EXEC
;
bta_gattc_int.h:175
tBTA_GATTC_API_EXEC
*
p_buf
;
bta_gattc_api.c:851
BTA_GATTC_ExecuteWrite()
if
(
(
p_buf
=
(
tBTA_GATTC_API_EXEC
*
)
osi_malloc
(
(
UINT16
)
sizeof
(
tBTA_GATTC_API_EXEC
)
)
)
!=
NULL
)
{
bta_gattc_api.c:853
BTA_GATTC_ExecuteWrite()
memset
(
p_buf
,
0
,
sizeof
(
tBTA_GATTC_API_EXEC
)
)
;
bta_gattc_api.c:854
BTA_GATTC_ExecuteWrite()
}
tBTA_GATTC_API_EXEC
;
bta_gattc_int.h:175
tBTA_GATTC_API_EXEC
tBTA_GATTC_API_EXEC
api_exec
;
bta_gattc_int.h:268
tBTA_GATTC_DATA
tBTA_GATTC_DATA::api_exec
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
tBTA_GATTC_DATA::api_exec
tBTA_GATTC_DATA
bta_gattc_int.h:268
Lifecycle
from
examples
All items filtered out
All items filtered out