Home
last modified time | relevance | path

Searched refs:sys_put_be48 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h298 static inline void sys_put_be48(uint64_t val, uint8_t dst[6]) in sys_put_be48() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c121 sys_put_be48(val, net_buf_simple_add(buf, 6)); in net_buf_simple_add_be48()
209 sys_put_be48(val, net_buf_simple_push(buf, 6)); in net_buf_simple_push_be48()