ESP-IDF
tGATT_SVC_DB::next_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_SVC_DB::next_handle
tGATT_SVC_DB::next_handle field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:232
UINT16
next_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
next_handle
;
/* Next usable handle value */
gatt_int.h:232
p_db
->
next_handle
=
s_hdl
;
gatt_db.c:82
gatts_init_service_db()
if
(
p_db
->
end_handle
<=
p_db
->
next_handle
)
{
gatt_db.c:1312
allocate_attr_in_db()
p_db
->
end_handle
,
p_db
->
next_handle
)
;
gatt_db.c:1314
allocate_attr_in_db()
p_attr16
->
handle
=
p_db
->
next_handle
++
;
gatt_db.c:1343
allocate_attr_in_db()
p_db
->
next_handle
--
;
gatt_db.c:1413
deallocate_attr_in_db()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SVC_DB::next_handle
is written by 3 functions and is read by 2 functions:
gatts_init_service_db()
allocate_attr_in_db()
deallocate_attr_in_db()
All items filtered out
tGATT_SVC_DB::next_handle
allocate_attr_in_db()
deallocate_attr_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