ESP-IDF
tGATT_CB
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_CB
tGATT_CB struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:510
typedef
struct
{
list_t
*
p_tcb_list
;
fixed_queue_t
*
sign_op_queue
;
tGATT_SR_REG
sr_reg
[
GATT_MAX_SR_PROFILES
]
;
UINT16
next_handle
;
tGATT_SVC_CHG
gattp_attr
;
tGATT_IF
gatt_if
;
#if
(
GATTS_INCLUDED
==
TRUE
)
tGATT_HDL_LIST_INFO
hdl_list_info
;
tGATT_HDL_LIST_ELEM
hdl_list
[
GATT_MAX_SR_PROFILES
]
;
tGATT_SRV_LIST_INFO
srv_list_info
;
tGATT_SRV_LIST_ELEM
srv_list
[
GATT_MAX_SR_PROFILES
]
;
#endif
fixed_queue_t
*
srv_chg_clt_q
;
fixed_queue_t
*
pending_new_srv_start_q
;
tGATT_REG
cl_rcb
[
GATT_MAX_APPS
]
;
list_t
*
p_clcb_list
;
tGATT_SCCB
sccb
[
GATT_MAX_SCCB
]
;
UINT8
trace_level
;
UINT16
def_mtu_size
;
#if
GATT_CONFORMANCE_TESTING
==
TRUE
BOOLEAN
enable_err_rsp
;
UINT8
req_op_code
;
UINT8
err_status
;
UINT16
handle
;
#endif
#if
(
GATTS_INCLUDED
==
TRUE
)
tGATT_PROFILE_CLCB
profile_clcb
[
GATT_MAX_APPS
]
;
#endif
UINT16
handle_of_h_r
;
#if
GATTS_ROBUST_CACHING_ENABLED
UINT16
handle_of_database_hash
;
UINT16
handle_of_cl_supported_feat
;
UINT16
handle_of_sr_supported_feat
;
BT_OCTET16
database_hash
;
UINT8
gatt_sr_supported_feat_mask
;
UINT8
gatt_cl_supported_feat_mask
;
#endif
tGATT_APPL_INFO
cb_info
;
tGATT_HDL_CFG
hdl_cfg
;
tGATT_BG_CONN_DEV
bgconn_dev
[
GATT_MAX_BG_CONN_DEV
]
;
BOOLEAN
auto_disc
;
UINT8
srv_chg_mode
;
tGATTS_RSP
rsp
;
}
tGATT_CB
;
Fields
Field
Declared as
Description
tGATT_CB::p_tcb_list
list_t
*
tGATT_CB::sign_op_queue
fixed_queue_t
*
tGATT_CB::sr_reg
tGATT_SR_REG
[
GATT_MAX_SR_PROFILES
]
tGATT_CB::next_handle
UINT16
tGATT_CB::gattp_attr
tGATT_SVC_CHG
tGATT_CB::gatt_if
tGATT_IF
tGATT_CB::hdl_list_info
tGATT_HDL_LIST_INFO
tGATT_CB::hdl_list
tGATT_HDL_LIST_ELEM
[
GATT_MAX_SR_PROFILES
]
tGATT_CB::srv_list_info
tGATT_SRV_LIST_INFO
tGATT_CB::srv_list
tGATT_SRV_LIST_ELEM
[
GATT_MAX_SR_PROFILES
]
tGATT_CB::srv_chg_clt_q
fixed_queue_t
*
GATTS_INCLUDED == TRUE.
tGATT_CB::pending_new_srv_start_q
fixed_queue_t
*
tGATT_CB::cl_rcb
tGATT_REG
[
GATT_MAX_APPS
]
tGATT_CB::p_clcb_list
list_t
*
tGATT_CB::sccb
tGATT_SCCB
[
GATT_MAX_SCCB
]
tGATT_CB::trace_level
UINT8
tGATT_CB::def_mtu_size
UINT16
tGATT_CB::profile_clcb
tGATT_PROFILE_CLCB
[
GATT_MAX_APPS
]
tGATT_CB::handle_of_h_r
UINT16
GATTS_INCLUDED == TRUE.
tGATT_CB::cb_info
tGATT_APPL_INFO
tGATT_CB::hdl_cfg
tGATT_HDL_CFG
tGATT_CB::bgconn_dev
tGATT_BG_CONN_DEV
[
GATT_MAX_BG_CONN_DEV
]
tGATT_CB::auto_disc
BOOLEAN
tGATT_CB::srv_chg_mode
UINT8
tGATT_CB::rsp
tGATTS_RSP
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
gatt_int.h:510
}
tGATT_CB
;
gatt_int.h:561
tGATT_CB
extern
tGATT_CB
gatt_cb
;
gatt_int.h:577
tGATT_CB
gatt_cb
;
gatt_main.c:79
memset
(
&
gatt_cb
,
0
,
sizeof
(
tGATT_CB
)
)
;
gatt_main.c:103
gatt_init()
tGATT_CB
*
p_cb
=
&
gatt_cb
;
gatt_utils.c:334
gatt_alloc_hdl_buffer()
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_cb
gatt_int.h:577
gatt_cb
gatt_main.c:79
Lifecycle
from
examples
All items filtered out
All items filtered out