Searched refs:sys_put_be32 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ |
A D | byteorder.h | 255 static inline void sys_put_be32(bt_u32_t val, u8_t dst[4]) in sys_put_be32() function 273 sys_put_be32(val, &dst[2]); in sys_put_be48() 287 sys_put_be32(val >> 32, dst); in sys_put_be64() 288 sys_put_be32(val, &dst[4]); in sys_put_be64()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 533 sys_put_be32(iv_index, &nonce[9]); in create_proxy_nonce() 560 sys_put_be32(iv_index, &nonce[9]); in create_net_nonce() 576 sys_put_be32(iv_index, &priv_rand[5]); in bt_mesh_net_obfuscate() 672 sys_put_be32((seq_num | ((bt_u32_t)aszmic << 31)), &nonce[1]); in create_app_nonce() 677 sys_put_be32(iv_index, &nonce[9]); in create_app_nonce() 872 sys_put_be32(iv_index, &msg[9]); in bt_mesh_beacon_auth()
|
A D | prov.c | 760 sys_put_be32(num, &plink.auth[12]); in prov_auth() 906 sys_put_be32(num, &plink.auth[12]); in bt_mesh_input_number()
|
A D | transport.c | 1055 sys_put_be32(block, &buf[2]); in send_ack()
|
A D | provisioner_prov.c | 2370 sys_put_be32(temp_prov.iv_index, &pdu[19]); in send_prov_data() 2382 sys_put_be32(prov_ctx.curr_iv_index, &pdu[19]); in send_prov_data()
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | buf.c | 951 sys_put_be32(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_be32() 1039 sys_put_be32(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_be32()
|
Completed in 21 milliseconds