ESP-IDF
put_be16()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_be16()
put_be16() function
Syntax
Show:
Summary
Declaration
Definition
from
endian.h:274
void
put_be16
(
void
*
buf
,
uint16_t
x
)
;
Implemented in
endian.c:132
Arguments
Argument
buf
x
Examples
References
from
examples
Code
Location
Referrer
put_be16
(
void
*
buf
,
uint16_t
x
)
endian.c:133
void
put_be16
(
void
*
buf
,
uint16_t
x
)
;
endian.h:274
sys_put_be16
(
msg_len
,
b
+
14
)
;
aes-ccm.c:41
ccm_calculate_X0()
sys_put_be16
(
aad_len
,
b
)
;
aes-ccm.c:50
ccm_calculate_X0()
sys_put_be16
(
0x0000
,
&
b
[
14
]
)
;
aes-ccm.c:108
ccm_auth()
sys_put_be16
(
j
+
1
,
&
a_i
[
14
]
)
;
aes-ccm.c:162
ccm_crypt()
sys_put_be16
(
msg_len
,
b
+
14
)
;
ble_aes_ccm.c:122
ble_aes_ccm_calculate_X0()
sys_put_be16
(
aad_len
,
b
)
;
ble_aes_ccm.c:131
ble_aes_ccm_calculate_X0()
sys_put_be16
(
0x0000
,
&
b
[
14
]
)
;
ble_aes_ccm.c:189
ble_aes_ccm_auth()
sys_put_be16
(
j
+
1
,
&
a_i
[
14
]
)
;
ble_aes_ccm.c:243
ble_aes_ccm_crypt()
put_be16
(
buf
+
20
,
major
)
;
ble_ibeacon.c:61
ble_ibeacon_set_adv_data()
put_be16
(
buf
+
22
,
minor
)
;
ble_ibeacon.c:62
ble_ibeacon_set_adv_data()
sys_put_be16
(
ctx
->
src
,
&
nonce
[
5
]
)
;
crypto.c:395
create_app_nonce()
sys_put_be16
(
ctx
->
dst
,
&
nonce
[
7
]
)
;
crypto.c:396
create_app_nonce()
put_be16
(
om
->
om_data
,
val
)
;
glue.c:328
net_buf_simple_push_be16()
sys_put_be16
(
prov
->
oob_info
,
prov_svc_data
+
18
)
;
pb_gatt_srv.c:377
gatt_prov_adv_create()
sys_put_be16
(
bt_mesh_primary_addr
(
)
,
tmp
+
14
)
;
proxy_srv.c:449
node_id_adv()
sys_put_be16
(
lpn_addr
,
p
+
1
)
;
subnet.c:471
bt_mesh_friend_cred_create()
sys_put_be16
(
frnd_addr
,
p
+
3
)
;
subnet.c:472
bt_mesh_friend_cred_create()
sys_put_be16
(
lpn_counter
,
p
+
5
)
;
subnet.c:473
bt_mesh_friend_cred_create()
sys_put_be16
(
frnd_counter
,
p
+
7
)
;
subnet.c:474
bt_mesh_friend_cred_create()
sys_put_be16
(
(
(
seq_zero
<
<
2
)
&
0x7ffc
)
|
(
obo
<
<
15
)
,
buf
)
;
transport.c:1095
send_ack()
Call Tree
from
examples
put_be16()
is called by 13 functions:
ble_ibeacon_set_adv_data()
ble_aes_ccm_calculate_X0()
ble_aes_ccm_auth()
ble_aes_ccm_crypt()
create_app_nonce()
net_buf_simple_push_be16()
send_ack()
ccm_calculate_X0()
ccm_auth()
ccm_crypt()
gatt_prov_adv_create()
bt_mesh_friend_cred_create()
node_id_adv()
All items filtered out
put_be16()
All items filtered out
Data Use
from
examples
put_be16()
:
All items filtered out
put_be16()
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