ESP-IDF
tBTA_GATTS_API_START
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
tBTA_GATTS_API_START
tBTA_GATTS_API_START struct
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:134
typedef
struct
{
BT_HDR
hdr
;
tBTA_GATT_TRANSPORT
transport
;
}
tBTA_GATTS_API_START
;
Fields
Field
Declared as
tBTA_GATTS_API_START::hdr
BT_HDR
tBTA_GATTS_API_START::transport
tBTA_GATT_TRANSPORT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatts_int.h:134
}
tBTA_GATTS_API_START
;
bta_gatts_int.h:137
tBTA_GATTS_API_START
*
p_buf
;
bta_gatts_api.c:358
BTA_GATTS_StartService()
if
(
(
p_buf
=
(
tBTA_GATTS_API_START
*
)
osi_malloc
(
sizeof
(
tBTA_GATTS_API_START
)
)
)
!=
NULL
)
{
bta_gatts_api.c:360
BTA_GATTS_StartService()
}
tBTA_GATTS_API_START
;
bta_gatts_int.h:137
tBTA_GATTS_API_START
tBTA_GATTS_API_START
api_start
;
bta_gatts_int.h:172
tBTA_GATTS_DATA
tBTA_GATTS_DATA::api_start
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_GATTS_DATA::api_start
tBTA_GATTS_DATA
bta_gatts_int.h:172
Lifecycle
from
examples
All items filtered out
All items filtered out