ESP-IDF
tGATT_SR_REG::app_uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_SR_REG::app_uuid
tGATT_SR_REG::app_uuid field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:241
tBT_UUID
app_uuid
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
app_uuid
;
/* applicatino UUID */
gatt_int.h:241
if
(
p_rcb
->
app_uuid
.
len
!=
LEN_UUID_128
)
{
gatt_db.c:814
gatts_get_attr_value_internal()
if
(
!
memcmp
(
p_rcb
->
app_uuid
.
uu
.
uuid128
,
service_uuid
,
LEN_UUID_128
)
)
{
gatt_db.c:823
gatts_get_attr_value_internal()
if
(
!
memcmp
(
p_rcb
->
app_uuid
.
uu
.
uuid128
,
service_uuid
,
LEN_UUID_128
)
)
{
gatt_db.c:829
gatts_get_attr_value_internal()
gatt_uuid_compare
(
*
p_app_uuid128
,
p_sreg
->
app_uuid
)
&&
gatt_utils.c:1441
gatt_sr_find_i_rcb_by_app_id()
memcpy
(
&
p_sreg
->
app_uuid
,
&
p_list
->
asgn_range
.
app_uuid128
,
sizeof
(
tBT_UUID
)
)
;
gatt_utils.c:1474
gatt_sr_alloc_rcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SR_REG::app_uuid
is read by 2 functions:
All items filtered out
tGATT_SR_REG::app_uuid
gatts_get_attr_value_internal()
gatt_sr_find_i_rcb_by_app_id()
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