ESP-IDF
bt_uuid_t::uu
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
bt_uuid_t::uu
bt_uuid_t::uu field
Syntax
Show:
Summary
Declaration
from
bt_defs.h:58
uint8_t
uu
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
uu
[
16
]
;
bt_defs.h:58
p_dest
->
uu
[
i
]
=
base_uuid
[
i
]
;
bta_gattc_utils.c:993
bta_to_btif_uuid()
p_dest
->
uu
[
12
]
=
p_src
->
uu
.
uuid16
&
0xff
;
bta_gattc_utils.c:1003
bta_to_btif_uuid()
p_dest
->
uu
[
13
]
=
(
p_src
->
uu
.
uuid16
>
>
8
)
&
0xff
;
bta_gattc_utils.c:1004
bta_to_btif_uuid()
p_dest
->
uu
[
12
]
=
p_src
->
uu
.
uuid16
&
0xff
;
bta_gattc_utils.c:1008
bta_to_btif_uuid()
p_dest
->
uu
[
13
]
=
(
p_src
->
uu
.
uuid16
>
>
8
)
&
0xff
;
bta_gattc_utils.c:1009
bta_to_btif_uuid()
p_dest
->
uu
[
14
]
=
(
p_src
->
uu
.
uuid32
>
>
16
)
&
0xff
;
bta_gattc_utils.c:1010
bta_to_btif_uuid()
p_dest
->
uu
[
15
]
=
(
p_src
->
uu
.
uuid32
>
>
24
)
&
0xff
;
bta_gattc_utils.c:1011
bta_to_btif_uuid()
p_dest
->
uu
[
i
]
=
p_src
->
uu
.
uuid128
[
i
]
;
bta_gattc_utils.c:1016
bta_to_btif_uuid()
btc128_to_bta_uuid
(
&
bta_uuid
,
db
[
offset
+
i
]
.
uuid
.
uu
)
;
btc_gattc.c:258
btc_gattc_fill_gatt_db_conversion()
btc128_to_bta_uuid
(
&
bta_uuid
,
db
[
offset
+
i
]
.
uuid
.
uu
)
;
btc_gattc.c:269
btc_gattc_fill_gatt_db_conversion()
btc128_to_bta_uuid
(
&
bta_uuid
,
db
[
offset
+
i
]
.
uuid
.
uu
)
;
btc_gattc.c:279
btc_gattc_fill_gatt_db_conversion()
btc128_to_bta_uuid
(
&
bta_uuid
,
db
[
offset
+
i
]
.
uuid
.
uu
)
;
btc_gattc.c:291
btc_gattc_fill_gatt_db_conversion()
btc128_to_bta_uuid
(
&
bta_uuid
,
get_db
[
i
]
.
uuid
.
uu
)
;
btc_gattc.c:590
btc_ble_gattc_get_db()
memcpy
(
&
uuid0
,
&
(
p_uuid
->
uu
[
0
]
)
,
4
)
;
btc_util.c:305
uuid_to_string_legacy()
memcpy
(
&
uuid1
,
&
(
p_uuid
->
uu
[
4
]
)
,
2
)
;
btc_util.c:306
uuid_to_string_legacy()
memcpy
(
&
uuid2
,
&
(
p_uuid
->
uu
[
6
]
)
,
2
)
;
btc_util.c:307
uuid_to_string_legacy()
memcpy
(
&
uuid3
,
&
(
p_uuid
->
uu
[
8
]
)
,
2
)
;
btc_util.c:308
uuid_to_string_legacy()
memcpy
(
&
uuid4
,
&
(
p_uuid
->
uu
[
10
]
)
,
4
)
;
btc_util.c:309
uuid_to_string_legacy()
memcpy
(
&
uuid5
,
&
(
p_uuid
->
uu
[
14
]
)
,
2
)
;
btc_util.c:310
uuid_to_string_legacy()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_uuid_t::uu
is read by 4 functions:
All items filtered out
bt_uuid_t::uu
bta_to_btif_uuid()
uuid_to_string_legacy()
btc_gattc_fill_gatt_db_conversion()
btc_ble_gattc_get_db()
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