ESP-IDF
tBTA_GATTS_API_OPEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_OPEN
tBTA_GATTS_API_OPEN struct
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:140
typedef
struct
{
BT_HDR
hdr
;
BD_ADDR
remote_bda
;
tBTA_GATTS_IF
server_if
;
BOOLEAN
is_direct
;
tBTA_GATT_TRANSPORT
transport
;
}
tBTA_GATTS_API_OPEN
;
Fields
Field
Declared as
tBTA_GATTS_API_OPEN::hdr
BT_HDR
tBTA_GATTS_API_OPEN::remote_bda
BD_ADDR
tBTA_GATTS_API_OPEN::server_if
tBTA_GATTS_IF
tBTA_GATTS_API_OPEN::is_direct
BOOLEAN
tBTA_GATTS_API_OPEN::transport
tBTA_GATT_TRANSPORT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatts_int.h:140
}
tBTA_GATTS_API_OPEN
;
bta_gatts_int.h:147
typedef
tBTA_GATTS_API_OPEN
tBTA_GATTS_API_CANCEL_OPEN
;
bta_gatts_int.h:149
tBTA_GATTS_API_OPEN
*
p_buf
;
bta_gatts_api.c:523
BTA_GATTS_Open()
if
(
(
p_buf
=
(
tBTA_GATTS_API_OPEN
*
)
osi_malloc
(
sizeof
(
tBTA_GATTS_API_OPEN
)
)
)
!=
NULL
)
{
bta_gatts_api.c:525
BTA_GATTS_Open()
tBTA_GATTS_API_CANCEL_OPEN
*
p_buf
;
bta_gatts_api.c:554
BTA_GATTS_CancelOpen()
if
(
(
p_buf
=
(
tBTA_GATTS_API_CANCEL_OPEN
*
)
osi_malloc
(
sizeof
(
tBTA_GATTS_API_CANCEL_OPEN
)
)
)
!=
NULL
)
{
bta_gatts_api.c:556
BTA_GATTS_CancelOpen()
}
tBTA_GATTS_API_OPEN
;
bta_gatts_int.h:147
tBTA_GATTS_API_OPEN
typedef
tBTA_GATTS_API_OPEN
tBTA_GATTS_API_CANCEL_OPEN
;
bta_gatts_int.h:149
tBTA_GATTS_API_CANCEL_OPEN
tBTA_GATTS_API_OPEN
api_open
;
bta_gatts_int.h:176
tBTA_GATTS_DATA
tBTA_GATTS_DATA::api_open
tBTA_GATTS_API_CANCEL_OPEN
api_cancel_open
;
bta_gatts_int.h:177
tBTA_GATTS_DATA
tBTA_GATTS_DATA::api_cancel_open
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_open
tBTA_GATTS_DATA
bta_gatts_int.h:176
tBTA_GATTS_DATA::api_cancel_open
tBTA_GATTS_DATA
bta_gatts_int.h:177
Lifecycle
from
examples
All items filtered out
All items filtered out