ESP-IDF
tBTA_GATTC_CHARACTERISTIC::uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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_CHARACTERISTIC::uuid
tBTA_GATTC_CHARACTERISTIC::uuid field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:707
tBT_UUID
uuid
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
uuid
;
bta_gatt_api.h:707
bta_gattc_uuid_compare
(
&
p_char
->
uuid
,
&
srvc_chg_uuid
,
TRUE
)
)
{
bta_gattc_act.c:2003
bta_gattc_process_srvc_chg_ind()
if
(
bta_gattc_uuid_compare
(
&
gatt_service_change_uuid
,
&
p_char
->
uuid
,
TRUE
)
)
{
bta_gattc_act.c:2476
bta_gattc_register_service_change_notify()
memcpy
(
&
characteristic
->
uuid
,
p_uuid
,
sizeof
(
tBT_UUID
)
)
;
bta_gattc_cache.c:336
bta_gattc_add_char_to_cache()
(
char_uuid
==
NULL
||
bta_gattc_uuid_compare
(
&
p_char
->
uuid
,
char_uuid
,
TRUE
)
)
)
{
bta_gattc_cache.c:1430
bta_gattc_get_db_with_opration()
p_char
->
uuid
,
bta_gattc_cache.c:1438
bta_gattc_get_db_with_opration()
!
bta_gattc_uuid_compare
(
&
p_char
->
uuid
,
char_uuid
,
TRUE
)
)
{
bta_gattc_cache.c:1454
bta_gattc_get_db_with_opration()
if
(
(
type
==
BTGATT_DB_CHARACTERISTIC
)
&&
bta_gattc_uuid_compare
(
&
p_char
->
uuid
,
char_uuid
,
TRUE
)
)
{
bta_gattc_cache.c:1568
bta_gattc_get_db_size_with_type()
if
(
p_char
->
descriptors
&&
(
type
==
BTGATT_DB_DESCRIPTOR
)
&&
bta_gattc_uuid_compare
(
&
p_char
->
uuid
,
char_uuid
,
TRUE
)
)
{
bta_gattc_cache.c:1573
bta_gattc_get_db_size_with_type()
p_char
->
uuid
,
bta_gattc_cache.c:1828
bta_gattc_get_gatt_db_impl()
p_char
->
uuid
,
bta_gattc_cache.c:2078
bta_gattc_cache_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_CHARACTERISTIC::uuid
is read by 3 functions:
All items filtered out
tBTA_GATTC_CHARACTERISTIC::uuid
bta_gattc_get_db_with_opration()
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