ESP-IDF
tGATT_APPL_INFO::p_nv_save_callback
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_APPL_INFO::p_nv_save_callback
tGATT_APPL_INFO::p_nv_save_callback field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:661
tGATTS_NV_SAVE_CBACK
*
p_nv_save_callback
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tGATTS_NV_SAVE_CBACK
*
p_nv_save_callback
;
gatt_api.h:661
const
tGATT_APPL_INFO
bta_gatts_nv_cback
=
{
bta_gatts_act.c:63
bta_gatts_nv_cback
bta_gatts_nv_save_cback()
if
(
gatt_cb
.
cb_info
.
p_nv_save_callback
)
{
gatt_api.c:225
GATTS_CreateService()
(
*
gatt_cb
.
cb_info
.
p_nv_save_callback
)
(
TRUE
,
&
p_list
->
asgn_range
)
;
gatt_api.c:226
GATTS_CreateService()
&&
gatt_cb
.
cb_info
.
p_nv_save_callback
)
{
gatt_api.c:436
GATTS_DeleteService()
(
*
gatt_cb
.
cb_info
.
p_nv_save_callback
)
(
FALSE
,
&
p_list
->
asgn_range
)
;
gatt_api.c:437
GATTS_DeleteService()
Call Tree
from
examples
tGATT_APPL_INFO::p_nv_save_callback
is called by 2 functions:
GATTS_CreateService()
GATTS_DeleteService()
All items filtered out
tGATT_APPL_INFO::p_nv_save_callback
All items filtered out
Data Use
from
examples
tGATT_APPL_INFO::p_nv_save_callback
is read by 2 functions:
All items filtered out
tGATT_APPL_INFO::p_nv_save_callback
GATTS_CreateService()
GATTS_DeleteService()
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
tGATT_APPL_INFO::p_nv_save_callback
implements 1 functions:
bta_gatts_nv_save_cback()
All items filtered out
tGATT_APPL_INFO::p_nv_save_callback
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out