ESP-IDF
tGATT_SVC_DB::svc_buffer
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::svc_buffer
tGATT_SVC_DB::svc_buffer field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:229
fixed_queue_t
*
svc_buffer
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
svc_buffer
;
/* buffer queue used for service database */
gatt_int.h:229
if
(
p_db
->
svc_buffer
==
NULL
)
{
//in case already alloc
gatt_db.c:69
gatts_init_service_db()
p_db
->
svc_buffer
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
gatt_db.c:70
gatts_init_service_db()
fixed_queue_enqueue
(
p_db
->
svc_buffer
,
p_buf
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
gatt_db.c:1478
allocate_svc_db_buf()
p_elem
->
svc_db
.
svc_buffer
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
gatt_utils.c:341
gatt_alloc_hdl_buffer()
while
(
!
fixed_queue_is_empty
(
p
->
svc_db
.
svc_buffer
)
)
{
gatt_utils.c:472
gatt_free_hdl_buffer()
osi_free
(
fixed_queue_dequeue
(
p
->
svc_db
.
svc_buffer
,
0
)
)
;
gatt_utils.c:473
gatt_free_hdl_buffer()
fixed_queue_free
(
p
->
svc_db
.
svc_buffer
,
NULL
)
;
gatt_utils.c:475
gatt_free_hdl_buffer()
while
(
!
fixed_queue_is_empty
(
p_elem
->
svc_db
.
svc_buffer
)
)
{
gatt_utils.c:498
gatt_free_srvc_db_buffer_app_id()
osi_free
(
fixed_queue_dequeue
(
p_elem
->
svc_db
.
svc_buffer
,
0
)
)
;
gatt_utils.c:499
gatt_free_srvc_db_buffer_app_id()
fixed_queue_free
(
p_elem
->
svc_db
.
svc_buffer
,
NULL
)
;
gatt_utils.c:501
gatt_free_srvc_db_buffer_app_id()
p_elem
->
svc_db
.
svc_buffer
=
NULL
;
gatt_utils.c:502
gatt_free_srvc_db_buffer_app_id()
GATT_TRACE_DEBUG
(
"total buffer in db [%d]"
,
fixed_queue_length
(
p_sreg
->
p_db
->
svc_buffer
)
)
;
gatt_utils.c:1482
gatt_sr_alloc_rcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SVC_DB::svc_buffer
is written by 3 functions and is read by 5 functions:
gatts_init_service_db()
gatt_alloc_hdl_buffer()
gatt_free_srvc_db_buffer_app_id()
All items filtered out
tGATT_SVC_DB::svc_buffer
gatts_init_service_db()
allocate_svc_db_buf()
gatt_free_hdl_buffer()
gatt_free_srvc_db_buffer_app_id()
gatt_sr_alloc_rcb()
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