ESP-IDF
tBTA_GATTC_DESCRIPTOR::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
tBTA_GATTC_DESCRIPTOR::handle
tBTA_GATTC_DESCRIPTOR::handle field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:717
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
bta_gatt_api.h:717
p_conn
->
svc_change_descr_handle
=
p_desc
->
handle
;
bta_gattc_act.c:2511
bta_gattc_register_service_change_notify()
BTA_GATTC_WriteCharDescr
(
conn_id
,
p_desc
->
handle
,
BTA_GATTC_TYPE_WRITE
,
&
indicate_v
,
BTA_GATT_AUTH_REQ_NONE
)
;
bta_gattc_act.c:2519
bta_gattc_register_service_change_notify()
descriptor
->
handle
=
handle
;
bta_gattc_cache.c:399
bta_gattc_add_attr_to_cache()
if
(
handle
==
p_desc
->
handle
)
{
bta_gattc_cache.c:1233
bta_gattc_get_descriptor_srcb()
if
(
p_desc
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1463
bta_gattc_get_db_with_opration()
if
(
p_desc
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1466
bta_gattc_get_db_with_opration()
p_desc
->
handle
,
bta_gattc_cache.c:1476
bta_gattc_get_db_with_opration()
p_desc
->
handle
,
bta_gattc_cache.c:1479
bta_gattc_get_db_with_opration()
if
(
p_desc
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1578
bta_gattc_get_db_size_with_type()
if
(
p_desc
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1582
bta_gattc_get_db_size_with_type()
if
(
p_desc
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1664
bta_gattc_get_db_size()
if
(
p_desc
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1667
bta_gattc_get_db_size()
if
(
p_desc
->
handle
<
start_handle
)
{
bta_gattc_cache.c:1840
bta_gattc_get_gatt_db_impl()
if
(
p_desc
->
handle
>
end_handle
)
{
bta_gattc_cache.c:1844
bta_gattc_get_gatt_db_impl()
p_desc
->
handle
,
bta_gattc_cache.c:1851
bta_gattc_get_gatt_db_impl()
p_desc
->
handle
,
bta_gattc_cache.c:1854
bta_gattc_get_gatt_db_impl()
p_desc
->
handle
,
bta_gattc_cache.c:2094
bta_gattc_cache_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_DESCRIPTOR::handle
is written by 1 function and is read by 7 functions:
bta_gattc_add_attr_to_cache()
All items filtered out
tBTA_GATTC_DESCRIPTOR::handle
bta_gattc_register_service_change_notify()
bta_gattc_get_descriptor_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