ESP-IDF
tBTA_GATTC_INT_CONN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_GATTC_INT_CONN
tBTA_GATTC_INT_CONN struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:239
typedef
struct
{
BT_HDR
hdr
;
BD_ADDR
remote_bda
;
tBTA_GATTC_IF
client_if
;
UINT8
role
;
tBT_TRANSPORT
transport
;
tGATT_DISCONN_REASON
reason
;
BOOLEAN
already_connect
;
tBTA_GATT_CONN_PARAMS
conn_params
;
UINT8
ble_addr_type
;
UINT16
conn_handle
;
}
tBTA_GATTC_INT_CONN
;
Fields
Field
Declared as
tBTA_GATTC_INT_CONN::hdr
BT_HDR
tBTA_GATTC_INT_CONN::remote_bda
BD_ADDR
tBTA_GATTC_INT_CONN::client_if
tBTA_GATTC_IF
tBTA_GATTC_INT_CONN::role
UINT8
tBTA_GATTC_INT_CONN::transport
tBT_TRANSPORT
tBTA_GATTC_INT_CONN::reason
tGATT_DISCONN_REASON
tBTA_GATTC_INT_CONN::already_connect
BOOLEAN
tBTA_GATTC_INT_CONN::conn_params
tBTA_GATT_CONN_PARAMS
tBTA_GATTC_INT_CONN::ble_addr_type
UINT8
tBTA_GATTC_INT_CONN::conn_handle
UINT16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gattc_int.h:239
}
tBTA_GATTC_INT_CONN
;
bta_gattc_int.h:250
tBTA_GATTC_INT_CONN
tBTA_GATTC_INT_CONN
int_conn
;
bta_gattc_int.h:276
tBTA_GATTC_DATA
tBTA_GATTC_DATA::int_conn
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::int_conn
tBTA_GATTC_DATA
bta_gattc_int.h:276
Lifecycle
from
examples
All items filtered out
All items filtered out