ESP-IDF
tBTA_GATTC_INT_START_IF
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_INT_START_IF
tBTA_GATTC_INT_START_IF struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:120
typedef
struct
{
BT_HDR
hdr
;
tBTA_GATTC_IF
client_if
;
}
tBTA_GATTC_INT_START_IF
;
Fields
Field
Declared as
tBTA_GATTC_INT_START_IF::hdr
BT_HDR
tBTA_GATTC_INT_START_IF::client_if
tBTA_GATTC_IF
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gattc_int.h:120
}
tBTA_GATTC_INT_START_IF
;
bta_gattc_int.h:123
typedef
tBTA_GATTC_INT_START_IF
tBTA_GATTC_API_DEREG
;
bta_gattc_int.h:125
typedef
tBTA_GATTC_INT_START_IF
tBTA_GATTC_INT_DEREG
;
bta_gattc_int.h:126
tBTA_GATTC_INT_START_IF
*
p_buf
;
bta_gattc_act.c:199
bta_gattc_register()
if
(
(
p_buf
=
(
tBTA_GATTC_INT_START_IF
*
)
osi_malloc
(
sizeof
(
tBTA_GATTC_INT_START_IF
)
)
)
!=
NULL
)
{
bta_gattc_act.c:229
bta_gattc_register()
tBTA_GATTC_API_DEREG
*
p_buf
;
bta_gattc_api.c:119
BTA_GATTC_AppDeregister()
if
(
(
p_buf
=
(
tBTA_GATTC_API_DEREG
*
)
osi_malloc
(
sizeof
(
tBTA_GATTC_API_DEREG
)
)
)
!=
NULL
)
{
bta_gattc_api.c:121
BTA_GATTC_AppDeregister()
}
tBTA_GATTC_INT_START_IF
;
bta_gattc_int.h:123
tBTA_GATTC_INT_START_IF
typedef
tBTA_GATTC_INT_START_IF
tBTA_GATTC_API_DEREG
;
bta_gattc_int.h:125
tBTA_GATTC_API_DEREG
typedef
tBTA_GATTC_INT_START_IF
tBTA_GATTC_INT_DEREG
;
bta_gattc_int.h:126
tBTA_GATTC_INT_DEREG
tBTA_GATTC_API_DEREG
api_dereg
;
bta_gattc_int.h:261
tBTA_GATTC_DATA
tBTA_GATTC_DATA::api_dereg
tBTA_GATTC_INT_START_IF
int_start_if
;
bta_gattc_int.h:279
tBTA_GATTC_DATA
tBTA_GATTC_DATA::int_start_if
tBTA_GATTC_INT_DEREG
int_dereg
;
bta_gattc_int.h:280
tBTA_GATTC_DATA
tBTA_GATTC_DATA::int_dereg
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_dereg
tBTA_GATTC_DATA
bta_gattc_int.h:261
tBTA_GATTC_DATA::int_start_if
tBTA_GATTC_DATA
bta_gattc_int.h:279
tBTA_GATTC_DATA::int_dereg
tBTA_GATTC_DATA
bta_gattc_int.h:280
Lifecycle
from
examples
All items filtered out
All items filtered out