ESP-IDF
ble_att_svr_entry::ha_uuid
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
ble_att_svr_entry::ha_uuid
ble_att_svr_entry::ha_uuid field
Syntax
Show:
Summary
Declaration
from
ble_att_priv.h:163
const
ble_uuid_t
*
ha_uuid
;
Examples
References
from
examples
Code
Location
Referrer
const
ble_uuid_t
*
ha_uuid
;
ble_att_priv.h:163
entry
->
ha_uuid
=
uuid
;
ble_att_svr.c:136
ble_att_svr_register()
if
(
uuid
==
NULL
||
ble_uuid_cmp
(
entry
->
ha_uuid
,
uuid
)
==
0
)
{
ble_att_svr.c:241
ble_att_svr_find_by_uuid()
if
(
ha
->
ha_uuid
->
type
==
BLE_UUID_TYPE_16
)
{
ble_att_svr.c:853
ble_att_svr_fill_info()
ble_uuid_flat
(
ha
->
ha_uuid
,
buf
+
2
)
;
ble_att_svr.c:885
ble_att_svr_fill_info()
if
(
!
ble_att_svr_is_valid_group_end
(
&
attr_type
.
u
,
ha
->
ha_uuid
)
)
{
ble_att_svr.c:1144
ble_att_svr_fill_type_value()
if
(
ble_uuid_cmp
(
ha
->
ha_uuid
,
&
attr_type
.
u
)
==
0
)
{
ble_att_svr.c:1168
ble_att_svr_fill_type_value()
if
(
!
ble_att_svr_is_valid_read_group_type
(
entry
->
ha_uuid
)
)
{
ble_att_svr.c:2060
ble_att_svr_build_read_group_type_rsp()
if
(
ble_uuid_cmp
(
entry
->
ha_uuid
,
group_uuid
)
==
0
)
{
ble_att_svr.c:2086
ble_att_svr_build_read_group_type_rsp()
if
(
ble_uuid_u16
(
cur
->
ha_uuid
)
==
BLE_ATT_UUID_CHARACTERISTIC
&&
ble_gatts.c:2663
ble_gatts_find_svc_chr_attr()
ble_uuid_cmp
(
next
->
ha_uuid
,
chr_uuid
)
==
0
)
{
ble_gatts.c:2665
ble_gatts_find_svc_chr_attr()
uuid16
=
ble_uuid_u16
(
cur
->
ha_uuid
)
;
ble_gatts.c:2749
ble_gatts_find_dsc()
if
(
ble_uuid_cmp
(
cur
->
ha_uuid
,
dsc_uuid
)
==
0
)
{
ble_gatts.c:2755
ble_gatts_find_dsc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_att_svr_entry::ha_uuid
is written by 1 function and is read by 6 functions:
ble_att_svr_register()
All items filtered out
ble_att_svr_entry::ha_uuid
ble_att_svr_find_by_uuid()
ble_att_svr_fill_info()
ble_att_svr_fill_type_value()
ble_att_svr_build_read_group_type_rsp()
ble_gatts_find_svc_chr_attr()
ble_gatts_find_dsc()
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