ESP-IDF
tGATTS_HNDL_RANGE::app_uuid128
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
tGATTS_HNDL_RANGE::app_uuid128
tGATTS_HNDL_RANGE::app_uuid128 field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:615
tBT_UUID
app_uuid128
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
app_uuid128
;
gatt_api.h:615
p_list
->
asgn_range
.
app_uuid128
=
*
p_app_uuid128
;
gatt_api.c:215
GATTS_CreateService()
if
(
(
p_buf
=
gatt_sr_is_new_srv_chg
(
&
p_list
->
asgn_range
.
app_uuid128
,
gatt_api.c:412
GATTS_DeleteService()
if
(
gatt_sr_find_i_rcb_by_app_id
(
&
p_list
->
asgn_range
.
app_uuid128
,
gatt_api.c:487
GATTS_StartService()
if
(
(
p_buf
=
gatt_sr_is_new_srv_chg
(
&
p_list
->
asgn_range
.
app_uuid128
,
gatt_api.c:530
GATTS_StartService()
if
(
gatt_uuid_compare
(
*
p_app_uuid128
,
p
->
app_uuid128
)
gatt_utils.c:241
gatt_sr_is_new_srv_chg()
if
(
gatt_uuid_compare
(
*
p_app_uuid128
,
p_list
->
asgn_range
.
app_uuid128
)
gatt_utils.c:420
gatt_find_hdl_buffer_by_app_id()
if
(
memcmp
(
p_app_id
,
&
p_elem
->
asgn_range
.
app_uuid128
,
sizeof
(
tBT_UUID
)
)
==
0
)
{
gatt_utils.c:496
gatt_free_srvc_db_buffer_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
tGATTS_HNDL_RANGE::app_uuid128
is written by 1 function and is read by 2 functions:
GATTS_CreateService()
All items filtered out
tGATTS_HNDL_RANGE::app_uuid128
gatt_sr_is_new_srv_chg()
gatt_find_hdl_buffer_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