ESP-IDF
tBTA_GATTC_CLOSE
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_CLOSE
tBTA_GATTC_CLOSE struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:356
typedef
struct
{
tBTA_GATT_STATUS
status
;
UINT16
conn_id
;
tBTA_GATTC_IF
client_if
;
BD_ADDR
remote_bda
;
tBTA_GATT_REASON
reason
;
}
tBTA_GATTC_CLOSE
;
Fields
Field
Declared as
tBTA_GATTC_CLOSE::status
tBTA_GATT_STATUS
tBTA_GATTC_CLOSE::conn_id
UINT16
tBTA_GATTC_CLOSE::client_if
tBTA_GATTC_IF
tBTA_GATTC_CLOSE::remote_bda
BD_ADDR
tBTA_GATTC_CLOSE::reason
tBTA_GATT_REASON
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_gatt_api.h:356
}
tBTA_GATTC_CLOSE
;
bta_gatt_api.h:362
tBTA_GATTC_CLOSE
tBTA_GATTC_CLOSE
close
;
bta_gatt_api.h:438
tBTA_GATTC
tBTA_GATTC::close
tBTA_GATTC_CLOSE
*
close
=
&
arg
->
close
;
btc_gattc.c:956
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::close
tBTA_GATTC
bta_gatt_api.h:438
Lifecycle
from
examples
All items filtered out
All items filtered out