ESP-IDF
tBTA_GATTS_CONN
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_GATTS_CONN
tBTA_GATTS_CONN struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:619
typedef
struct
{
tBTA_GATTS_IF
server_if
;
BD_ADDR
remote_bda
;
UINT16
conn_id
;
UINT8
link_role
;
tBTA_GATT_REASON
reason
;
tBTA_GATT_TRANSPORT
transport
;
tBTA_GATT_CONN_PARAMS
conn_params
;
UINT8
ble_addr_type
;
UINT16
conn_handle
;
}
tBTA_GATTS_CONN
;
Fields
Field
Declared as
tBTA_GATTS_CONN::server_if
tBTA_GATTS_IF
tBTA_GATTS_CONN::remote_bda
BD_ADDR
tBTA_GATTS_CONN::conn_id
UINT16
tBTA_GATTS_CONN::link_role
UINT8
tBTA_GATTS_CONN::reason
tBTA_GATT_REASON
tBTA_GATTS_CONN::transport
tBTA_GATT_TRANSPORT
tBTA_GATTS_CONN::conn_params
tBTA_GATT_CONN_PARAMS
tBTA_GATTS_CONN::ble_addr_type
UINT8
tBTA_GATTS_CONN::conn_handle
UINT16
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out