Home
last modified time | relevance | path

Searched refs:sys_put_be16 (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.c213 sys_put_be16(0x0000, pmsg + 14); in bt_mesh_ccm_decrypt()
228 sys_put_be16(msg_len, pmsg + 14); in bt_mesh_ccm_decrypt()
237 sys_put_be16(aad_len, pmsg); in bt_mesh_ccm_decrypt()
285 sys_put_be16(j + 1, pmsg + 14); in bt_mesh_ccm_decrypt()
321 sys_put_be16(j + 1, pmsg + 14); in bt_mesh_ccm_decrypt()
378 sys_put_be16(0x0000, pmsg + 14); in bt_mesh_ccm_encrypt()
393 sys_put_be16(msg_len, pmsg + 14); in bt_mesh_ccm_encrypt()
402 sys_put_be16(aad_len, pmsg); in bt_mesh_ccm_encrypt()
468 sys_put_be16(j + 1, pmsg + 14); in bt_mesh_ccm_encrypt()
494 sys_put_be16(j + 1, pmsg + 14); in bt_mesh_ccm_encrypt()
[all …]
Dnet.c239 sys_put_be16(lpn_addr, p + 1); in friend_cred_set()
240 sys_put_be16(frnd_addr, p + 3); in friend_cred_set()
241 sys_put_be16(cred->lpn_counter, p + 5); in friend_cred_set()
242 sys_put_be16(cred->frnd_counter, p + 7); in friend_cred_set()
Dproxy_server.c1169 sys_put_be16(bt_mesh_primary_addr(), tmp + 14); in node_id_adv()
1341 sys_put_be16(prov->oob_info, prov_svc_data + 18); in gatt_prov_adv_create()
Dprovisioner_prov.c2402 sys_put_be16(prov_ctx.fast_prov.net_idx, &pdu[16]);
2412 sys_put_be16(prov_ctx.curr_net_idx, &pdu[16]);
2441 sys_put_be16(prev_addr, &pdu[23]);
2471 sys_put_be16(alloc_addr, &pdu[23]);
Dtransport.c1283 sys_put_be16(((seq_zero << 2) & 0x7ffc) | (obo << 15), buf); in send_ack()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h253 static inline void sys_put_be16(uint16_t val, uint8_t dst[2]) in sys_put_be16() function
271 sys_put_be16(val, &dst[1]); in sys_put_be24()
285 sys_put_be16(val >> 16, dst); in sys_put_be32()
286 sys_put_be16(val, &dst[2]); in sys_put_be32()
300 sys_put_be16(val >> 32, dst); in sys_put_be48()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c79 sys_put_be16(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_be16()
160 sys_put_be16(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_be16()