Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c146 bt_u32_t hash1, hash2; in msg_hash() local
152 memcpy(&hash2, &pdu->data[3], 4); in msg_hash()
154 return (u64_t)hash1 << 32 | (u64_t)hash2; in msg_hash()

Completed in 4 milliseconds