ESP-IDF
tBTA_GATTC_API_OPEN
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_OPEN
tBTA_GATTC_API_OPEN struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:128
typedef
struct
{
BT_HDR
hdr
;
BD_ADDR
remote_bda
;
tBTA_ADDR_TYPE
remote_addr_type
;
tBTA_GATTC_IF
client_if
;
BOOLEAN
is_direct
;
BOOLEAN
is_aux
;
tBTA_TRANSPORT
transport
;
tBTA_ADDR_TYPE
own_addr_type
;
UINT8
phy_mask
;
tBTA_BLE_CONN_PARAMS
phy_1m_conn_params
;
tBTA_BLE_CONN_PARAMS
phy_2m_conn_params
;
tBTA_BLE_CONN_PARAMS
phy_coded_conn_params
;
}
tBTA_GATTC_API_OPEN
;
Fields
Field
Declared as
tBTA_GATTC_API_OPEN::hdr
BT_HDR
tBTA_GATTC_API_OPEN::remote_bda
BD_ADDR
tBTA_GATTC_API_OPEN::remote_addr_type
tBTA_ADDR_TYPE
tBTA_GATTC_API_OPEN::client_if
tBTA_GATTC_IF
tBTA_GATTC_API_OPEN::is_direct
BOOLEAN
tBTA_GATTC_API_OPEN::is_aux
BOOLEAN
tBTA_GATTC_API_OPEN::transport
tBTA_TRANSPORT
tBTA_GATTC_API_OPEN::own_addr_type
tBTA_ADDR_TYPE
tBTA_GATTC_API_OPEN::phy_mask
UINT8
tBTA_GATTC_API_OPEN::phy_1m_conn_params
tBTA_BLE_CONN_PARAMS
tBTA_GATTC_API_OPEN::phy_2m_conn_params
tBTA_BLE_CONN_PARAMS
tBTA_GATTC_API_OPEN::phy_coded_conn_params
tBTA_BLE_CONN_PARAMS
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gattc_int.h:128
}
tBTA_GATTC_API_OPEN
;
bta_gattc_int.h:141
void
bta_gattc_init_bk_conn
(
tBTA_GATTC_API_OPEN
*
p_data
,
tBTA_GATTC_RCB
*
p_clreg
)
bta_gattc_act.c:577
bta_gattc_init_bk_conn()
bta_gattc_init_bk_conn()::p_data
tBTA_GATTC_API_OPEN
*
p_buf
;
bta_gattc_api.c:150
BTA_GATTC_Enh_Open()
if
(
(
p_buf
=
(
tBTA_GATTC_API_OPEN
*
)
osi_malloc
(
sizeof
(
tBTA_GATTC_API_OPEN
)
)
)
!=
NULL
)
{
bta_gattc_api.c:152
BTA_GATTC_Enh_Open()
}
tBTA_GATTC_API_OPEN
;
bta_gattc_int.h:141
tBTA_GATTC_API_OPEN
tBTA_GATTC_API_OPEN
api_conn
;
bta_gattc_int.h:262
tBTA_GATTC_DATA
tBTA_GATTC_DATA::api_conn
extern
void
bta_gattc_init_bk_conn
(
tBTA_GATTC_API_OPEN
*
p_data
,
tBTA_GATTC_RCB
*
p_clreg
)
;
bta_gattc_int.h:497
bta_gattc_init_bk_conn()
bta_gattc_init_bk_conn()::p_data
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_conn
tBTA_GATTC_DATA
bta_gattc_int.h:262
bta_gattc_init_bk_conn()::p_data
bta_gattc_init_bk_conn()
bta_gattc_int.h:497
bta_gattc_init_bk_conn()::p_data
bta_gattc_init_bk_conn()
bta_gattc_act.c:577
Lifecycle
from
examples
All items filtered out
All items filtered out