ESP-IDF
tGATT_CBACK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
tGATT_CBACK
tGATT_CBACK struct
Syntax
Show:
Summary
Declaration
from
gatt_api.h:600
typedef
struct
{
tGATT_CONN_CBACK
*
p_conn_cb
;
tGATT_CMPL_CBACK
*
p_cmpl_cb
;
tGATT_DISC_RES_CB
*
p_disc_res_cb
;
tGATT_DISC_CMPL_CB
*
p_disc_cmpl_cb
;
tGATT_REQ_CBACK
*
p_req_cb
;
tGATT_ENC_CMPL_CB
*
p_enc_cmpl_cb
;
tGATT_CONGESTION_CBACK
*
p_congestion_cb
;
}
tGATT_CBACK
;
Fields
Field
Declared as
tGATT_CBACK::p_conn_cb
tGATT_CONN_CBACK
*
tGATT_CBACK::p_cmpl_cb
tGATT_CMPL_CBACK
*
tGATT_CBACK::p_disc_res_cb
tGATT_DISC_RES_CB
*
tGATT_CBACK::p_disc_cmpl_cb
tGATT_DISC_CMPL_CB
*
tGATT_CBACK::p_req_cb
tGATT_REQ_CBACK
*
tGATT_CBACK::p_enc_cmpl_cb
tGATT_ENC_CMPL_CB
*
tGATT_CBACK::p_congestion_cb
tGATT_CONGESTION_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_api.h:600
}
tGATT_CBACK
;
gatt_api.h:608
static
const
tGATT_CBACK
bta_gattc_cl_cback
=
{
bta_gattc_act.c:76
static
const
tGATT_CBACK
bta_gatts_cback
=
{
bta_gatts_act.c:53
static
const
tGATT_CBACK
gap_cback
=
{
gap_ble.c:52
tGATT_IF
GATT_Register
(
tBT_UUID
*
p_app_uuid128
,
const
tGATT_CBACK
*
p_cb_info
)
gatt_api.c:1286
GATT_Register()
GATT_Register()::p_cb_info
}
tGATT_CBACK
;
gatt_api.h:608
tGATT_CBACK
extern
tGATT_IF
GATT_Register
(
tBT_UUID
*
p_app_uuid128
,
const
tGATT_CBACK
*
p_cb_info
)
;
gatt_api.h:1092
GATT_Register()
GATT_Register()::p_cb_info
static
const
tGATT_CBACK
gatt_profile_cback
=
{
gatt_attr.c:68
tGATT_CBACK
app_cb
;
gatt_int.h:261
tGATT_REG
tGATT_REG::app_cb
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
GATT_Register()::p_cb_info
GATT_Register()
gatt_api.h:1092
tGATT_REG::app_cb
tGATT_REG
gatt_int.h:261
bta_gatts_cback
bta_gatts_act.c:53
gap_cback
gap_ble.c:52
GATT_Register()::p_cb_info
GATT_Register()
gatt_api.c:1286
gatt_profile_cback
gatt_attr.c:68
bta_gattc_cl_cback
bta_gattc_act.c:76
Lifecycle
from
examples
All items filtered out
All items filtered out