ESP-IDF
tBTA_GATTC_CHARACTERISTIC::handle
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
tBTA_GATTC_CHARACTERISTIC::handle
tBTA_GATTC_CHARACTERISTIC::handle field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:708
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
bta_gatt_api.h:708
characteristic
->
handle
=
value_handle
;
bta_gattc_cache.c:333
bta_gattc_add_char_to_cache()
if
(
handle
==
p_char
->
handle
)
{
bta_gattc_cache.c:1199
bta_gattc_get_characteristic_srcb()
if
(
p_char
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1419
bta_gattc_get_db_with_opration()
if
(
p_char
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1424
bta_gattc_get_db_with_opration()
p_char
->
handle
,
bta_gattc_cache.c:1434
bta_gattc_get_db_with_opration()
p_char
->
handle
,
bta_gattc_cache.c:1437
bta_gattc_get_db_with_opration()
if
(
(
op
==
GATT_OP_GET_DESCRI_BY_HANDLE
||
op
==
GATT_OP_GET_ALL_DESCRI
)
&&
(
p_char
->
handle
!=
char_handle
)
)
{
bta_gattc_cache.c:1449
bta_gattc_get_db_with_opration()
if
(
p_char
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1560
bta_gattc_get_db_size_with_type()
if
(
p_char
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1564
bta_gattc_get_db_size_with_type()
if
(
p_char
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1595
bta_gattc_get_db_size_with_type()
if
(
p_char
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1599
bta_gattc_get_db_size_with_type()
if
(
p_char
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1652
bta_gattc_get_db_size()
if
(
p_char
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1655
bta_gattc_get_db_size()
if
(
p_char
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1813
bta_gattc_get_gatt_db_impl()
if
(
p_char
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1817
bta_gattc_get_gatt_db_impl()
p_char
->
handle
,
bta_gattc_cache.c:1824
bta_gattc_get_gatt_db_impl()
p_char
->
handle
,
bta_gattc_cache.c:1827
bta_gattc_get_gatt_db_impl()
p_char
->
handle
,
bta_gattc_cache.c:2076
bta_gattc_cache_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CHARACTERISTIC::handle
is written by 1 function and is read by 6 functions:
bta_gattc_add_char_to_cache()
All items filtered out
tBTA_GATTC_CHARACTERISTIC::handle
bta_gattc_get_characteristic_srcb()
bta_gattc_get_db_with_opration()
bta_gattc_get_db_size_with_type()
bta_gattc_get_db_size()
bta_gattc_get_gatt_db_impl()
bta_gattc_cache_save()
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