Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_oacp.c196 if (ots->cb->obj_cal_checksum) { in oacp_checksum_proc_validate()
197 err = ots->cb->obj_cal_checksum(ots, conn, ots->cur_obj->id, params->offset, in oacp_checksum_proc_validate()
Dots.c475 __ASSERT(ots_init->cb->obj_cal_checksum || in bt_ots_init()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c281 .obj_cal_checksum = ots_obj_cal_checksum,
/Zephyr-latest/samples/bluetooth/peripheral_ots/src/
Dmain.c219 .obj_cal_checksum = ots_obj_cal_checksum,
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h747 int (*obj_cal_checksum)(struct bt_ots *ots, struct bt_conn *conn, uint64_t id, member