ESP-IDF
tGATT_SVC_DB::mem_free
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_SVC_DB::mem_free
tGATT_SVC_DB::mem_free field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:230
UINT32
mem_free
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
mem_free
;
/* Memory still available */
gatt_int.h:230
if
(
p_db
->
mem_free
<
len
)
{
gatt_db.c:1318
allocate_attr_in_db()
p_db
->
mem_free
-=
len
;
gatt_db.c:1341
allocate_attr_in_db()
if
(
p_db
->
mem_free
<
len
)
{
gatt_db.c:1439
copy_extra_byte_in_db()
p_db
->
mem_free
-=
len
;
gatt_db.c:1448
copy_extra_byte_in_db()
p_db
->
mem_free
=
GATT_DB_BUF_SIZE
;
gatt_db.c:1476
allocate_svc_db_buf()
p_elem
->
svc_db
.
mem_free
=
0
;
gatt_utils.c:504
gatt_free_srvc_db_buffer_app_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SVC_DB::mem_free
is written by 4 functions and is read by 2 functions:
allocate_attr_in_db()
copy_extra_byte_in_db()
allocate_svc_db_buf()
gatt_free_srvc_db_buffer_app_id()
All items filtered out
tGATT_SVC_DB::mem_free
allocate_attr_in_db()
copy_extra_byte_in_db()
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