Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64() function
1513 success = copyTLV64(data, &offset, max_len, tags[i], app->hdr.appId); in processAppTags()