ESP-IDF
tBTA_GATTC_CONNECT
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_CONNECT
tBTA_GATTC_CONNECT struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:408
typedef
struct
{
UINT16
conn_id
;
UINT8
link_role
;
tBTA_GATTC_IF
client_if
;
BD_ADDR
remote_bda
;
tBTA_GATT_CONN_PARAMS
conn_params
;
UINT8
ble_addr_type
;
UINT16
conn_handle
;
}
tBTA_GATTC_CONNECT
;
Fields
Field
Declared as
tBTA_GATTC_CONNECT::conn_id
UINT16
tBTA_GATTC_CONNECT::link_role
UINT8
tBTA_GATTC_CONNECT::client_if
tBTA_GATTC_IF
tBTA_GATTC_CONNECT::remote_bda
BD_ADDR
tBTA_GATTC_CONNECT::conn_params
tBTA_GATT_CONN_PARAMS
tBTA_GATTC_CONNECT::ble_addr_type
UINT8
tBTA_GATTC_CONNECT::conn_handle
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatt_api.h:408
}
tBTA_GATTC_CONNECT
;
bta_gatt_api.h:416
tBTA_GATTC_CONNECT
tBTA_GATTC_CONNECT
connect
;
bta_gatt_api.h:437
tBTA_GATTC
tBTA_GATTC::connect
tBTA_GATTC_CONNECT
*
connect
=
&
arg
->
connect
;
btc_gattc.c:931
btc_gattc_cb_handler()
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::connect
tBTA_GATTC
bta_gatt_api.h:437
Lifecycle
from
examples
All items filtered out
All items filtered out