ESP-IDF
tGATT_APPL_INFO
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_APPL_INFO
tGATT_APPL_INFO struct
Syntax
Show:
Summary
Declaration
from
gatt_api.h:660
typedef
struct
{
tGATTS_NV_SAVE_CBACK
*
p_nv_save_callback
;
tGATTS_NV_SRV_CHG_CBACK
*
p_srv_chg_callback
;
}
tGATT_APPL_INFO
;
Fields
Field
Declared as
tGATT_APPL_INFO::p_nv_save_callback
tGATTS_NV_SAVE_CBACK
*
tGATT_APPL_INFO::p_srv_chg_callback
tGATTS_NV_SRV_CHG_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_api.h:660
}
tGATT_APPL_INFO
;
gatt_api.h:663
const
tGATT_APPL_INFO
bta_gatts_nv_cback
=
{
bta_gatts_act.c:63
BOOLEAN
GATTS_NVRegister
(
const
tGATT_APPL_INFO
*
p_cb_info
)
gatt_api.c:113
GATTS_NVRegister()
GATTS_NVRegister()::p_cb_info
}
tGATT_APPL_INFO
;
gatt_api.h:663
tGATT_APPL_INFO
extern
BOOLEAN
GATTS_NVRegister
(
const
tGATT_APPL_INFO
*
p_cb_info
)
;
gatt_api.h:728
GATTS_NVRegister()
GATTS_NVRegister()::p_cb_info
tGATT_APPL_INFO
cb_info
;
gatt_int.h:551
tGATT_CB
tGATT_CB::cb_info
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
GATTS_NVRegister()::p_cb_info
GATTS_NVRegister()
gatt_api.h:728
tGATT_CB::cb_info
tGATT_CB
gatt_int.h:551
bta_gatts_nv_cback
bta_gatts_act.c:63
GATTS_NVRegister()::p_cb_info
GATTS_NVRegister()
gatt_api.c:113
Lifecycle
from
examples
All items filtered out
All items filtered out