ESP-IDF
tGATT_SVC_DB::p_free_mem
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::p_free_mem
tGATT_SVC_DB::p_free_mem field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:228
UINT8
*
p_free_mem
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
*
p_free_mem
;
/* Pointer to free memory */
gatt_int.h:228
memset
(
p_db
->
p_free_mem
,
0
,
len
)
;
gatt_db.c:1324
allocate_attr_in_db()
p_attr16
=
(
tGATT_ATTR16
*
)
p_db
->
p_free_mem
;
gatt_db.c:1325
allocate_attr_in_db()
p_attr32
=
(
tGATT_ATTR32
*
)
p_db
->
p_free_mem
;
gatt_db.c:1331
allocate_attr_in_db()
p_attr128
=
(
tGATT_ATTR128
*
)
p_db
->
p_free_mem
;
gatt_db.c:1335
allocate_attr_in_db()
p_db
->
p_free_mem
+=
len
;
gatt_db.c:1340
allocate_attr_in_db()
p
=
p_db
->
p_free_mem
;
gatt_db.c:1446
copy_extra_byte_in_db()
p_db
->
p_free_mem
+=
len
;
gatt_db.c:1447
copy_extra_byte_in_db()
p_db
->
p_free_mem
=
(
UINT8
*
)
p_buf
;
gatt_db.c:1475
allocate_svc_db_buf()
p_elem
->
svc_db
.
p_attr_list
=
p_elem
->
svc_db
.
p_free_mem
=
NULL
;
gatt_utils.c:505
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::p_free_mem
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::p_free_mem
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