ESP-IDF
ble_uuid_any_t::u16
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_uuid_any_t::u16
ble_uuid_any_t::u16 field
16-bit UUID structure
Syntax
Show:
Summary
Declaration
from
ble_uuid.h:90
ble_uuid16_t
u16
;
Examples
References
from
examples
Code
Location
Referrer
ble_uuid16_t
u16
;
ble_uuid.h:90
ble_hs_adv_uuids16
[
i
]
=
uuid
.
u16
;
ble_hs_adv.c:619
ble_hs_adv_parse_uuids16()
uuid
->
u16
.
value
=
get_le16
(
buf
)
;
ble_uuid.c:99
ble_uuid_init_from_buf()
dst
->
u16
=
*
(
const
ble_uuid16_t
*
)
src
;
ble_uuid.c:145
ble_uuid_copy()
uuid
->
u16
.
value
=
(
uint16_t
)
tmp_val32
;
ble_uuid.c:247
ble_uuid_from_str()
uuid
->
u16
.
value
=
u16
;
ble_uuid.c:280
ble_uuid_from_str()
uuid
->
u16
.
value
=
get_le16
(
buf
)
;
ble_uuid.c:323
ble_uuid_init_from_att_buf()
uuid_any
->
u16
.
value
=
BLE_UUID16
(
uuid
)
->
value
;
ble_uuid.c:343
ble_uuid_to_any()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_uuid_any_t::u16
is written by 1 function and is read by 5 functions:
ble_uuid_copy()
All items filtered out
ble_uuid_any_t::u16
ble_uuid_init_from_buf()
ble_uuid_from_str()
ble_uuid_init_from_att_buf()
ble_uuid_to_any()
ble_hs_adv_parse_uuids16()
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