Searched refs:oacp_params (Results 1 – 2 of 2) sorted by relevance
247 memcpy(&ots->cur_obj->state.read_op.oacp_params, &proc->read_params, in oacp_read_proc_validate()248 sizeof(ots->cur_obj->state.read_op.oacp_params)); in oacp_read_proc_validate()314 memcpy(&ots->cur_obj->state.write_op.oacp_params, params, in oacp_write_proc_validate()315 sizeof(ots->cur_obj->state.write_op.oacp_params)); in oacp_write_proc_validate()468 offset = read_op->oacp_params.offset + read_op->sent_len; in oacp_read_proc_cb()470 if (read_op->sent_len >= read_op->oacp_params.len) { in oacp_read_proc_cb()473 if (read_op->sent_len > read_op->oacp_params.len) { in oacp_read_proc_cb()489 len = read_op->oacp_params.len - read_op->sent_len; in oacp_read_proc_cb()524 &ots->cur_obj->state.read_op.oacp_params; in oacp_read_proc_execute()563 offset = write_op->oacp_params.offset + write_op->recv_len; in oacp_write_proc_cb()[all …]
104 struct bt_gatt_ots_oacp_read_params oacp_params; member108 struct bt_gatt_ots_oacp_write_params oacp_params; member