Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c36 static uint32_t last_checksum; variable
142 last_checksum = bt_ots_client_calc_checksum(obj_data_buf, size_to_write); in otc_btn_work_fn()
143 printk("Data sent checksum 0x%08x\n", last_checksum); in otc_btn_work_fn()
627 err, checksum, last_checksum, (checksum == last_checksum) ? "match" : "not match"); in on_obj_checksum_calculated()