ESP-IDF
get_le16()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_le16()
get_le16() function
Syntax
Show:
Summary
Declaration
Definition
from
endian.h:270
uint16_t
get_le16
(
const
void
*
buf
)
;
Implemented in
endian.c:71
Arguments
Argument
buf
Examples
References
from
examples
Code
Location
Referrer
get_le16
(
const
void
*
buf
)
endian.c:72
uint16_t
get_le16
(
const
void
*
buf
)
;
endian.h:270
idata
->
attr_handle
=
get_le16
(
(
*
rxom
)
->
om_data
)
;
ble_att_clt.c:209
ble_att_clt_parse_find_info_entry()
adata
->
att_handle
=
get_le16
(
(
*
om
)
->
om_data
+
0
)
;
ble_att_clt.c:651
ble_att_clt_parse_read_group_type_adata()
adata
->
end_group_handle
=
get_le16
(
(
*
om
)
->
om_data
+
2
)
;
ble_att_clt.c:652
ble_att_clt_parse_read_group_type_adata()
handle
=
get_le16
(
(
*
rxom
)
->
om_data
)
;
ble_att_svr.c:1753
ble_att_svr_build_read_mult_rsp()
handle
=
get_le16
(
(
*
rxom
)
->
om_data
)
;
ble_att_svr.c:1860
ble_att_svr_build_read_mult_rsp_var()
proc
->
find_inc_svcs
.
cur_start
=
get_le16
(
adata
->
value
+
0
)
;
ble_gattc.c:2125
ble_gattc_find_inc_svcs_rx_adata()
proc
->
find_inc_svcs
.
cur_end
=
get_le16
(
adata
->
value
+
2
)
;
ble_gattc.c:2126
ble_gattc_find_inc_svcs_rx_adata()
service
.
start_handle
=
get_le16
(
adata
->
value
+
0
)
;
ble_gattc.c:2131
ble_gattc_find_inc_svcs_rx_adata()
service
.
end_handle
=
get_le16
(
adata
->
value
+
2
)
;
ble_gattc.c:2132
ble_gattc_find_inc_svcs_rx_adata()
chr
.
val_handle
=
get_le16
(
adata
->
value
+
1
)
;
ble_gattc.c:2369
ble_gattc_disc_all_chrs_rx_adata()
chr
.
val_handle
=
get_le16
(
adata
->
value
+
1
)
;
ble_gattc.c:2613
ble_gattc_disc_chr_uuid_rx_adata()
attr_len
=
get_le16
(
(
*
om
)
->
om_data
)
;
ble_gattc.c:3484
ble_gattc_read_mult_cb_var()
flags
=
get_le16
(
om
->
om_data
)
;
ble_gatts.c:932
ble_gatts_clt_cfg_access_locked()
adv_fields
->
appearance
=
get_le16
(
data
)
;
ble_hs_adv.c:839
ble_hs_adv_parse_one_field()
adv_fields
->
adv_itvl
=
get_le16
(
data
)
;
ble_hs_adv.c:863
ble_hs_adv_parse_one_field()
get_le16
(
&
hci_hdr
.
hdh_len
)
)
;
ble_hs_hci.c:780
ble_hs_hci_acl_hdr_prepend()
out_hdr
->
hdh_handle_pb_bc
=
get_le16
(
&
out_hdr
->
hdh_handle_pb_bc
)
;
ble_hs_hci_util.c:238
ble_hs_hci_util_data_hdr_strip()
out_hdr
->
hdh_len
=
get_le16
(
&
out_hdr
->
hdh_len
)
;
ble_hs_hci_util.c:239
ble_hs_hci_util_data_hdr_strip()
l2cap_hdr
->
len
=
get_le16
(
&
l2cap_hdr
->
len
)
;
ble_l2cap.c:112
ble_l2cap_parse_hdr()
l2cap_hdr
->
cid
=
get_le16
(
&
l2cap_hdr
->
cid
)
;
ble_l2cap.c:113
ble_l2cap_parse_hdr()
sdu_len
=
get_le16
(
(
*
om
)
->
om_data
)
;
ble_l2cap_coc.c:212
ble_l2cap_coc_rx_fn()
uuid
->
u16
.
value
=
get_le16
(
buf
)
;
ble_uuid.c:99
ble_uuid_init_from_buf()
uuid
->
u16
.
value
=
get_le16
(
buf
)
;
ble_uuid.c:323
ble_uuid_init_from_att_buf()
*
idx1
=
sys_get_le16
(
&
buf
->
om_data
[
0
]
)
&
0xfff
;
foundation.h:132
key_idx_unpack()
*
idx2
=
sys_get_le16
(
&
buf
->
om_data
[
1
]
)
>
>
4
;
foundation.h:133
key_idx_unpack()
val
=
get_le16
(
om
->
om_data
)
;
glue.c:182
net_buf_simple_pull_le16()
Call Tree
from
examples
get_le16()
is called by 18 functions:
ble_att_svr_build_read_mult_rsp()
ble_att_svr_build_read_mult_rsp_var()
ble_gattc_find_inc_svcs_rx_adata()
ble_gattc_disc_all_chrs_rx_adata()
ble_gattc_disc_chr_uuid_rx_adata()
ble_gattc_read_mult_cb_var()
ble_att_clt_parse_find_info_entry()
ble_att_clt_parse_read_group_type_adata()
ble_l2cap_coc_rx_fn()
ble_uuid_init_from_buf()
ble_uuid_init_from_att_buf()
ble_l2cap_parse_hdr()
ble_gatts_clt_cfg_access_locked()
ble_hs_adv_parse_one_field()
ble_hs_hci_acl_hdr_prepend()
ble_hs_hci_util_data_hdr_strip()
key_idx_unpack()
net_buf_simple_pull_le16()
All items filtered out
get_le16()
All items filtered out
Data Use
from
examples
get_le16()
:
All items filtered out
get_le16()
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