ESP-IDF
tGATT_CBACK
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
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
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