ESP-IDF
+
0
/1 examples
SourceVu will show references to
put_le16()
from the following samples and libraries:
blecsc sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
put_le16()
put_le16() function
Syntax
Show:
Summary
Declaration
Definition
from
endian.h:266
void
put_le16
(
void
*
buf
,
uint16_t
x
)
;
Implemented in
endian.c:22
Arguments
Argument
buf
x
Examples
put_le16()
is referenced by 1 libraries and example projects:
blecsc sample
References
from
0/1
examples
Code
Location
Referrer
put_le16
(
void
*
buf
,
uint16_t
x
)
endian.c:23
void
put_le16
(
void
*
buf
,
uint16_t
x
)
;
endian.h:266
put_le16
(
buf
+
0
,
ha
->
ha_handle_id
)
;
ble_att_svr.c:883
ble_att_svr_fill_info()
put_le16
(
&
u16
,
first
)
;
ble_att_svr.c:1027
ble_att_svr_fill_type_value_entry()
put_le16
(
&
u16
,
last
)
;
ble_att_svr.c:1034
ble_att_svr_fill_type_value_entry()
put_le16
(
buf
+
0
,
start_group_handle
)
;
ble_att_svr.c:1990
ble_att_svr_read_group_type_entry_write()
put_le16
(
buf
+
2
,
end_group_handle
)
;
ble_att_svr.c:1991
ble_att_svr_read_group_type_entry_write()
put_le16
(
ble_eddystone_svc_data
,
BLE_EDDYSTONE_SERVICE_UUID
)
;
ble_eddystone.c:49
ble_eddystone_set_svc_data_base()
put_le16
(
buf
+
0
,
entry
->
handle
)
;
ble_gatts.c:229
ble_gatts_inc_access()
put_le16
(
buf
+
2
,
entry
->
end_group_handle
)
;
ble_gatts.c:230
ble_gatts_inc_access()
put_le16
(
buf
,
uuid16
)
;
ble_gatts.c:239
ble_gatts_inc_access()
put_le16
(
buf
+
1
,
attr_handle
+
1
)
;
ble_gatts.c:354
ble_gatts_chr_def_access()
put_le16
(
buf
,
clt_cfg
->
flags
&
~
BLE_GATTS_CLT_CFG_F_RESERVED
)
;
ble_gatts.c:920
ble_gatts_clt_cfg_access_locked()
put_le16
(
dst
+
*
dst_len
,
elems
[
i
]
)
;
ble_hs_adv.c:222
ble_hs_adv_set_array16()
put_le16
(
&
hci_hdr
.
hdh_handle_pb_bc
,
ble_hs_hci.c:761
ble_hs_hci_acl_hdr_prepend()
put_le16
(
&
hci_hdr
.
hdh_len
,
OS_MBUF_PKTHDR
(
om
)
->
omp_len
)
;
ble_hs_hci.c:763
ble_hs_hci_acl_hdr_prepend()
put_le16
(
buf
,
opcode
)
;
ble_hs_hci_cmd.c:78
ble_hs_hci_cmd_send()
put_le16
(
&
hdr
.
len
,
len
)
;
ble_l2cap.c:123
ble_l2cap_prepend_hdr()
put_le16
(
&
hdr
.
cid
,
cid
)
;
ble_l2cap.c:124
ble_l2cap_prepend_hdr()
put_le16
(
u8p
+
0
,
ble_svc_gatt_start_handle
)
;
ble_svc_gatt.c:158
ble_svc_gatt_access()
put_le16
(
u8p
+
2
,
ble_svc_gatt_end_handle
)
;
ble_svc_gatt.c:159
ble_svc_gatt_access()
put_le16
(
dst
,
BLE_UUID16
(
uuid
)
->
value
)
;
ble_uuid.c:387
ble_uuid_flat()
put_le16
(
om
->
om_data
,
val
)
;
glue.c:312
net_buf_simple_push_le16()
sys_put_le16
(
comp
->
cid
,
company_ptr
)
;
health_srv.c:86
health_get_current()
sys_put_le16
(
company_id
,
company_ptr
)
;
health_srv.c:90
health_get_current()
sys_put_le16
(
comp
->
cid
,
company_ptr
)
;
health_srv.c:95
health_get_current()
Call Tree
from
0/1
examples
put_le16()
is called by 15 functions:
ble_svc_gatt_access()
ble_hs_hci_cmd_send()
ble_att_svr_fill_info()
ble_att_svr_fill_type_value_entry()
ble_att_svr_read_group_type_entry_write()
ble_eddystone_set_svc_data_base()
ble_uuid_flat()
ble_l2cap_prepend_hdr()
ble_gatts_inc_access()
ble_gatts_chr_def_access()
ble_gatts_clt_cfg_access_locked()
ble_hs_adv_set_array16()
ble_hs_hci_acl_hdr_prepend()
net_buf_simple_push_le16()
health_get_current()
All items filtered out
put_le16()
All items filtered out
Data Use
from
0/1
examples
put_le16()
:
All items filtered out
put_le16()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out