Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h1161 static inline uint32_t bt_ots_client_calc_checksum(const uint8_t *data, size_t len) in bt_ots_client_calc_checksum() function
/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c142 last_checksum = bt_ots_client_calc_checksum(obj_data_buf, size_to_write); in otc_btn_work_fn()
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_oacp.c213 checksum = bt_ots_client_calc_checksum((const uint8_t *)obj_data, params->len); in oacp_checksum_proc_validate()